Pablo Martin schrieb:
> res wrote:
>> On 04.10.2007 19:58, Pablo Martin wrote:
>>   
>>>> 3.: pysimp can't load the cspace module. I changed cspython.cpp to add
>>>> scripts/python/frozen to pythonpath in addition to scripts/python.
>>>> However, I'm not sure whether this should be done unconditionally.
>>>>       
>>> scripts/python/frozen should not be added to pythonpath (unless msvc
>>> builds the python dlls there, but it shouldnt afaik, that dir is only
>>> intended for frozen files for users without swig). the dlls should be in
>>> DEFAULT_PYTHMOD_PATH. Maybe you can tell me where you have the module
>>> specific dlls? (note i have no idea about how msvc build works).
>>>     
>> Hm, note that on MSVC the frozen files aren't automatically copied to
>> the location the python modules are in ...
>>
>>   
> wouldn't there be a way to make this happen?
 >

How about putting the frozen files into scripts/python itself instead of 
a subfolder? At least, that is where the frozen monolithic cspace.py was 
located.

By the way, DEFAULT_PYTHMOD_PATH is defined as ".\" on MSVC since all 
output files are put into the top level CS directory.

Greetings,
Lukas E.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Crystal-main mailing list
Crystal-main@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/crystal-main
Unsubscribe: mailto:[EMAIL PROTECTED]

Reply via email to