|
jacob05 (m)
|
PyQt4 with Qt designer. building a gui app called EasyUi2Py which would help compile Qt designer's Ui files to Python extension without using cmd prompt.
|
|
|
|
|
|
t1m1 (m)
|
PyQt4 with Qt designer. building a gui app called EasyUi2Py which would help compile Qt designer's Ui files to Python extension without using cmd prompt.
10x Jacob* cld u sgst urls. I intend to complete an app overnight using just python (hopefully) - if i get up to speed with the PyQt4 thingy i.e  . the other way i know is to design the user interface with Delphi and implement core functionalities using Python, but that combo may be clumsy atimes. 10x 1ce agn.
|
|
|
|
|
|
digitalize (m)
|
All of these are great, 10x guys
|
|
|
|
|
|
jacob05 (m)
|
Still in Progress
|
|
|
|
|
|
jacob05 (m)
|
After Completed. The app Will Generate Two Files: The Defined Class Name and A Run File.
|
|
|
|
|
|
|
|
jacob05 (m)
|
10x Jacob*,
You are Welcomed. Preparing for a Exam .skipping programming for some few days
|
|
|
|
|
|
jacob05 (m)
|
Hi all. Not much has happened here why?
|
|
|
|
|
|
Seun (m)
|
I guess the python world is boring. There's not much to discuss. Everything is so easy.
|
|
|
|
|
|
adewaleafolabi (m)
|
Tried python again but i've moved to java now. And java's been fun. I encounter python frequently since i use ubuntu. Most likely i'd still come back to it. But am actually loving java's style
|
|
|
|
|
|
Seun (m)
|
Tried python again but i've moved to java now. And java's been fun. I encounter python frequently since i use ubuntu. Most likely i'd still come back to it. But am actually loving java's style
Voluntarily? *shudders*
|
|
|
|
|
|
adewaleafolabi (m)
|
Seun i don't quite understand what you mean
|
|
|
|
|
|
Seun (m)
|
I'm just surprised that you voluntarily chose PHPJava over Python.
|
|
|
|
|
|
adewaleafolabi (m)
|
@seun i think u meant java instead.
|
|
|
|
|
|
|
|
webdezzi (m)
|
if you ever tried python to the extent of building an app with it, trust me, you will start digging a grave for Java.
one cool thing i just discovered is that with py2exe, you can end up with a single exe file that u can save on your flash drive and run on any windows computer without installing the app on that computer and without python installed on it.
the downside is that the file could be like 20megs depending on the number and sizes of modules used and the fact that you can save your resources as modules makes life easier.
am surprised anyone went back to Java
|
|
|
|
|
|
webdezzi (m)
|
@jacob,
thats good job and good thinking too, i see you importing the os module and using something like os.system("pyuic4 inputFile.ui >outputFile.py")
you might want to add a resource compiler to it, maybe with a later upgrade.
|
|
|
|
|
|
babafish
|
Pls how can i save/convert a word document into pdf file or format. Its urgent isaelegbede@yahoo.com08066707167
|
|
|
|
|
|
jacob05 (m)
|
@jacob,
thats good job and good thinking too, i see you importing the os module and using something like os.system("pyuic4 inputFile.ui >outputFile.py")
you might want to add a resource compiler to it, maybe with a later upgrade.
Good Thinking Man!
|
|
|
|
|
|
jacob05 (m)
|
Love Programming in pyqt it's so easy. but the downside of it is the py to exe size complications.
|
|
|
|
|
|
webdezzi (m)
|
the size depends on the modules u are importing, and i hope you are distributing only the "dist" folder, the build folder is just a temporary folder created during the build process and it is safe to discard it. 20megs is not bad if python is not on the target computer. and you can ignore or not share the MSVCR71.dll and w9xpopen.exe files setting the zipfile option to none will create a single executable file which you can run and share easily from distutils.core import setup import py2exe, sys, os sys.argv.append('py2exe') setup( options = {'py2exe': {'bundle_files': 1}}, windows = [{'script': "test.py"}], zipfile = None, ) http://www.py2exe.org/index.cgi/SingleFileExecutable
|
|
|
|
|
|
jacob05 (m)
|
This is why i like a bit of C\C++ . 
|
|
|
|
|
|
webdezzi (m)
|
i still pray i will be able to try c++ before i leave this world, too much to accomplish but tight schedule. I guess i will need a threading module to be able to do all i intend to do,
|
|
|
|
|
|
jacob05 (m)
|
lost all My precious files. too bad struggling to recover the files
|
|
|
|
|
|