|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
site-packages
Hi, it appears to me that my Python (Active 2.5.1) does not find stuff in its site-packages lib's etc, how can I check that this is so?
Python Path perhaps? (If so where is it and how do I change it?) -- Erik Vandamme 54 Hilltop Road - WAMBERAL NSW 2260 Australia erik1vandamme (AT) gmail (DOT) com Skype - erik_vandamme 02 43843613 - 0406 042750 --------------------------------------------------------------------- To unsubscribe, e-mail: wxPython-users-unsubscribe (AT) lists (DOT) wxwidgets.org For additional commands, e-mail: wxPython-users-help (AT) lists (DOT) wxwidgets.org |
|
#2
|
|||
|
|||
|
site-packages
The path is OK but still the trouble is there,
Traceback (most recent call last): File "C:\Python25\ErikApps\sameplevideoplaymodule1.py", line 5, in <module> import pymedia.video.muxer as muxer ImportError: No module named muxer I have muxer.pyd (60kb) in c:\Python25\Dlls 09/11/2004 muxer.pyd in C:\Python25\pyMedia\Samples (184kb 23/03/2006 muxer.pyd in C:\Python25\site-packages\pymedia>> (192kb > 02/04/2007 I supposed latest one is the best shot however at least one of them should have been found no?? Erik Vandamme 54 Hilltop Road - WAMBERAL NSW 2260 Australia erik1vandamme (AT) gmail (DOT) com Skype - erik_vandamme 02 43843613 - 0406 042750 Robin Dunn wrote: Erik Vandamme wrote: Hi, it appears to me that my Python (Active 2.5.1) does not find stuff in its site-packages lib's etc, how can I check that this is so? Python Path perhaps? (If so where is it and how do I change it?) import sys print sys.path You can make global changes to the path by setting PYTHONPATH in the environment, and on Windows there is a location in the registry too. --------------------------------------------------------------------- To unsubscribe, e-mail: wxPython-users-unsubscribe (AT) lists (DOT) wxwidgets.org For additional commands, e-mail: wxPython-users-help (AT) lists (DOT) wxwidgets.org |
|
#3
|
|||
|
|||
|
site-packages
Yeah you're although thats what the example said, then I found another one that had just that and it worked fine, now I am stuck on
Import pygame I have pygame.py how do I make a .pyd?? Erik Vandamme 54 Hilltop Road - WAMBERAL NSW 2260 Australia erik1vandamme (AT) gmail (DOT) com Skype - erik_vandamme 02 43843613 - 0406 042750 Marc Tompkins wrote: On Sun, Feb 24, 2008 at 2:36 PM, Erik Vandamme <erik1vandamme (AT) gmail (DOT) com> wrote: import pymedia.video.muxer as muxer muxer.pyd in C:\Python25\site-packages\pymedia>> (192kb > 02/04/2007 I could be wrong, but I think if you want to import that module it would just be "pymedia.muxer", no? -- www.fsrtechnologies.com --------------------------------------------------------------------- To unsubscribe, e-mail: wxPython-users-unsubscribe (AT) lists (DOT) wxwidgets.org For additional commands, e-mail: wxPython-users-help (AT) lists (DOT) wxwidgets.org |
![]() |
| Viewing: Web Development Archives > Mailing Lists > Python > site-packages |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|