Py2exe and Module Error...

Gabriel Genellina gagsl-py2 at yahoo.com.ar
Thu Oct 23 20:34:07 EDT 2008


En Thu, 23 Oct 2008 20:02:41 -0200, <vincehofmeister at gmail.com> escribió:
> On Oct 22, 8:33 pm, "Gabriel Genellina" <gagsl-... at yahoo.com.ar>
> wrote:
>> En Wed, 22 Oct 2008 20:34:39 -0200, <vincehofmeis... at gmail.com>  
>> escribió:
>>
>> > I am using py2exe and everything is working fine except one module,
>> > ClientCookie, found here:
>>
>> >http://wwwsearch.sourceforge.net/ClientCookie/
>>
>> > Keeps coming up as not found no matter what I do. I have tried all
>> > these combinations from the command line:
> Ok, thank you for your reply Gabriel. I did as you said, including
> adding 'import ClientCookie' to setup.py and that worked fine when
> running the script it found it. However, when actually running it
> through py2exe after adding the package as you have said, it still
> says 'No module named ClientCookie'
>
> Any help would be greatly appreciated.

Sorry, I can not give further general advice. This seems to be something  
specific to ClientCookie - try any forum devoted to the package, or ask  
the author directly.

-- 
Gabriel Genellina




More information about the Python-list mailing list