> Kene Meniru <[email protected]> Mar 04 05:27PM -0800

> I am building a program which requires PyQt and PythonOCC.

Interesting! I had never heard of PythonOCC (www.pythonocc.org/), which is
a 3D CAD tool for Python.

> I have the following directory tree...

Unfortunately I think the email program lost the indentation. However,
pyinstaller can find any module that Python can import. So if everything
that program.py needs is found by "import" statements in it, you just
package program.py and that's it.

You say you have read the manual, did you mean this?
http://pythonhosted.org/PyInstaller/
The only place where that mentions "configure" is in the section on
"building a bootloader". That is an advanced topic you should not need. You
just "pip install pyinstaller" and when that finishes you should just try

> cd Program/program
> pyinstaller program.py

and see what happens.

If program.py links to program_GUI by some other way than "import
program_GUI" then explain that part in more detail.

-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to