[python] Problém s nahráváním knihovny *.pyd do win

MICHÁLEK Jan Mgr. Michalek.Jan na uhul.cz
Pondělí Září 21 15:54:02 CEST 2009


Tam chyba není, python mis právně najde to init, když navíc napíšu jméno neexistujícího modulu, vypíše mi to něco jinýho. Chybí mi tam zkrátka nějaká knihovna a já netušim jaká, dependency walker mi našel, že nějaký widlácká knihovna (mpr.dll) nemá pořešený export čico, ale stjně si mylim, že v tom to není.
Je. 

-----Original Message-----
From: python-bounces na py.cz [mailto:python-bounces na py.cz] On Behalf Of Hynek Fabian
Sent: Monday, September 21, 2009 3:52 PM
To: Konference PyCZ
Subject: Re: [python] Problém s nahráváním knihovny *.pyd do win

PYTHONPATH
 Augments the default search path for module files. The format is the same as the shell's $PATH: one or more directory pathnames separated by colons. 
Non-existent directories are silently ignored. The default search path is installation dependent, but generally begins with ${prefix}/lib/python<version> (see PYTHONHOME above). The default search path is always appended to $PYTHONPATH. If a script argument is given, the directory containing the script is inserted in the path in front of $PYTHONPATH. The search path can be manipulated from within a Python program as the variable sys.path .

Predpokladam ze wydlacky python bude pouzivat wydlacke konvence, cili misto $PYTHONPATH=/a/b:/c/d bude neco jako %PYTHONPATH=A:\B;C:\D


_______________________________________________
Python mailing list
Python na py.cz
http://www.py.cz/mailman/listinfo/python
 

__________ Informace od ESET NOD32 Antivirus, verze databaze 4443 (20090921) __________

Tuto zpravu proveril ESET NOD32 Antivirus.

http://www.eset.cz
 
 

__________ Informace od ESET NOD32 Antivirus, verze databaze 4443 (20090921) __________

Tuto zpravu proveril ESET NOD32 Antivirus.

http://www.eset.cz
 


Další informace o konferenci Python