The Artima Developer Community
Sponsored Link

Python Answers Forum
where to find libraries?

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
redss

Posts: 1
Nickname: redss
Registered: Mar, 2005

where to find libraries? Posted: Mar 3, 2005 9:41 AM
Reply to this message Reply
Advertisement
I know nothing about python but I found a cool python script which is a Gmail notifier for KDE under linux (at http://gmail-notify.sourceforge.net )
<p>
I want to run this on my knoppix liveCD, which is unfortunately missing some of the import libraries. Specifically, these are statements that generate errors:
<p>
<pre>
import pygtk
pygtk.require('2.0')
import gtk
import pytrayicon
</pre>
<p>
Can someone advise me on where to find these libraries (and anything else I might need to know)? I am only familiar with installing perl libraries/modules, so I hope python is easier than perl in that regard!

Topic: pymem.h Previous Topic   Next Topic Topic: MySQLdb connection error

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use