Hi

Could you create bug reports where the doc should be expanded?

Sure, I'll do it in a moment.

Some examples of .spec files can be found in the ./buildtests folder.

Oh, thanks! I hadn't though about looking for examples in there, I just googled.
I'm looking at them now, maybe there will be something that will help me.


What version of pyinstaller do you use?

1.5


For pyinstaller to find all used libraries it is important to have
everything in sys.path. It means using option --paths when
generating .spec file.

I wrote my spec file by hand, didn't used any tool, so I guess maybe
that could be part of the problem.


Are you trying to create windows executables on linux using wine?

No, I have a vbox with clean XP + Py27 and some other dependencies


What is this another folder meant to be? Something like plugins which
are not in the code imported directly by 'import module'?

It's the papyon library: http://telepathy.freedesktop.org/wiki/Papyon

Regards

--

alexandernst

--
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pyinstaller?hl=en.

Reply via email to