You cannot post messages because only members can post, and you are not currently a member.
Description:
This list is aim to serve as a communication channel among those interested in the further development of PyInstaller.
PyInstaller is a program that packages Python programs into stand-alone executables.
|
|
|
including a dll in onefile build
|
| |
hello
i m trying to manually include a dll (non python) to a build. i have tried
adding the file for e.g.
a.binaries + [("TenxHID.dll",'C:\\Documents and Settings\\nijha\\My
Documents\\Python\\HBS_gui\\te nxHID.dll',"BINARY")] in the exe section but
this does not seem to work. is there way to include the dll within the exe... more »
|
|
#139: Dependencies for Linux
|
| |
...--------------------------- ----------+------------------- -------------------
Reporter: valery_reznic@… | Owner: giovannibajo Type: defect | Status: new Priority: normal | Milestone: Component: PyInstaller | Version: PyInstaller 1.4... more »
|
|
Error among qt libraries
|
| |
I'm building my application under linux on Fedora 11 with: Python 2.6 Qt 4.5.3 PyQt 4.5.4 Qwt 5.1.1 When I try to run the executable under an other Fedora 11 with: Python 2.6 Qt 4.5.2 I get an error about QT's libraries incompatibility. How can I solve it?? ciao Licia
|
|
test
|
| |
test, please ignore
|
|
Autopyinstaller tool
|
| |
Hi, I created a basic pyinstaller tool to automate the creation
process. I want to post it as more of an idea than anything for people
to extend, modify, or create their own tool similar to this. It
certainly made my development a good bit quicker and easier. Without
further adieu, here is the code. It is fairly small as it is a basic... more »
|
|
file too big to fit into memory?
|
| |
Every time I create a .exe file from linux to run on a windows
computer no matter how great the computer on the user end is or how
simple the python program (e.g. a simple hello world program) I get an
error saying the program is too large to fit into memory. Why is this
and is there a way to make the program run? I'm using the... more »
|
|
error in installation
|
| |
Hello i get this error under lubunto 9.10:
lucak9111@lucak9111-desktop:~/ Scrivania/eric/pyinstaller/sou rce/linux$
make
gcc -pthread -I/usr/include -I/usr/include/python2.6 -I../common -
DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -
DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -DHAVE_WARNINGS -c... more »
|
|
Error on "hello world" program
|
| |
Hello everyone, I have checked (on latest pyinstaller from svn) that "hello world" program consisting just of print "Hello, world" can't be frozen using pyinstaller: [root@NC044105 pyinstaller]# ./hello.py Hello world! [root@NC044105 pyinstaller]# python Makespec.py hello.py wrote /root/pyinstaller/hello/hello. spec... more »
|
|
Problem with using PyInstaller
|
| |
Hello everyone, I'm new to pyinstaller and have stumbled on the following problem: [root@localhost pyinstaller]# python Build.py cssh/cssh.spec checking Analysis building Analysis because outAnalysis0.toc non existent running Analysis outAnalysis0.toc Analyzing: support/_mountzlib.py Analyzing: support/useUnicode.py... more »
|
|
|