Author Topic: Pygtk2 For X/qt-debian On C3000?  (Read 4840 times)

ArchiMark

  • Administrator
  • Hero Member
  • *****
  • Posts: 1830
    • View Profile
Pygtk2 For X/qt-debian On C3000?
« on: April 27, 2005, 10:45:05 am »
Posted something in the X/Qt section, but thought it might be good to ask here since this relates to Python (I think..  )....

Installed X/Qt - Debian on my C3000. Using IceWM. When I tried installing a GUI app for managing prefs and themes for IceWM, it said that I needed to install PyGtk2.

So is there a way to install PyGtk2 on my Z in the X/Qt-Debian setup?

Thanks for any suggestions!

Mark
Silicon Valley Digerati - * Please see my Mini Laptops For Sale Listing *
Cosmo Communicator / One-Netbook One Mix Yoga 3S (Win 10/Manjaro 18)
Banana Pi Zero UMPC/Armbian
MacBookPro
Sold: C3200/N900/OQO/N5/Dell Mini9/Netwalker/UMID M1/

Elleomea

  • Jr. Member
  • **
  • Posts: 50
    • View Profile
    • http://www.mikeasoft.com
Pygtk2 For X/qt-debian On C3000?
« Reply #1 on: April 28, 2005, 07:10:23 am »
Try: apt-get install python-gtk2

ArchiMark

  • Administrator
  • Hero Member
  • *****
  • Posts: 1830
    • View Profile
Pygtk2 For X/qt-debian On C3000?
« Reply #2 on: April 28, 2005, 11:25:45 am »
Thanks a lot for pointing me in the right direction, Ellomea!

That did it!....

Although after installing PyGtk2 and then trying to install IceWMControlPanel, I get a bunch of error messages from PyInstallShield....  

Oh well...

Mark
Silicon Valley Digerati - * Please see my Mini Laptops For Sale Listing *
Cosmo Communicator / One-Netbook One Mix Yoga 3S (Win 10/Manjaro 18)
Banana Pi Zero UMPC/Armbian
MacBookPro
Sold: C3200/N900/OQO/N5/Dell Mini9/Netwalker/UMID M1/

ArchiMark

  • Administrator
  • Hero Member
  • *****
  • Posts: 1830
    • View Profile
Pygtk2 For X/qt-debian On C3000?
« Reply #3 on: April 28, 2005, 12:03:10 pm »
Here's the error messages I get when I tried to install IceWMControlPanel:
Code: [Select]
zaurus:/INSTALL-ICEME# ./INSTALL-ME.sh
./PyInstallShield: 214: DepreciationWarning: use gtk.UIManager
itemf=ItemFactory(MenuBar,"
", ag)

./PyInstallShield: 249: Warning: unsupported arithmetic operation for flags type table1.attach( Label(_("Installation Directory:")) ,0,1,0,1,(EXPAND+FILL),(EXPAND+FILL),0,0

Traceback (most recent call last):
File "./PyInstallShield", line 1464, in ? Runbabel()

File "./PyInstallShield", line 1464, in runbabel mybabel=installwin()

File "./PyInstallShield", line 249, in __init__ table1.attach ( Label (_("Installation Directory:")) ,0,1,0,1,(EXPAND+FILL),(EXPAND+FILL),0,0

Type Error: flag values must be strings, ints or tuples

Do these messages relate to trying to install on a C3000 or ??

Any suggestions??

Mark
Silicon Valley Digerati - * Please see my Mini Laptops For Sale Listing *
Cosmo Communicator / One-Netbook One Mix Yoga 3S (Win 10/Manjaro 18)
Banana Pi Zero UMPC/Armbian
MacBookPro
Sold: C3200/N900/OQO/N5/Dell Mini9/Netwalker/UMID M1/