Yes, it is possible with use of PyQt.
2011/5/15 Rafael Durán Castañeda :
> On 15/05/11 01:01, OKB (not okblacke) wrote:
>>
>> Is there any Python library for interactive drawing? I've done
>> some googling but most searches for "drawing" lead me to libraries for
>> programmatic creation of
2011/5/11 Chris Angelico :
> On Thu, May 12, 2011 at 1:16 AM, Wojtek Mamrak wrote:
>> Is there any special reason you don't want to use QThread?
>> http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/qthread.html#details
>
> Other than that QThread is part of QT
Is there any special reason you don't want to use QThread?
http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/qthread.html#details
regards
2011/5/11 Chris Angelico :
> On Wed, May 11, 2011 at 7:08 PM, vijay swaminathan wrote:
>> Sorry. My intention was not to send out a private message.
> I used py2exe in the past for that, see
> http://www.py2exe.org/index.cgi/ShippingEmbedded
Thanks for the advice, py2exe seems to be a great tool.
Unfortunately the application stops executing at the same place. It
might be the case of PIL library, I found some entries about it on
py2exe site.
@Michel
use PIL downloaded from here: http://www.lfd.uci.edu/~gohlke/pythonlibs/
regards
2011/5/6 Christian Heimes :
> Am 06.05.2011 01:48, schrieb Michel Claveau - MVP:
>> Re!
>>
>> And why the problem no exist with PIL 1.1.6? (only 1.1.7)
>> Is that the version 1.1.6 does not use these librari
> Are you calling Py_SetProgramName? That may help to set sys.prefix
> and sys.exec_prefix. However, looking at site.py, it appears that
> it's only looking for proper directories. I don't think it will be
> able to add a site-packages inside a zip archive at all; you will just
> have to add tha
ackages directory to the sys.path by myself
(yet I don't know why sys.prefix and sys.exec_prefix are empty),
however how to deal with the PYTHONPATH, which is required to load
site.py and hence has to be defined at the very beginning?
thanks for your help
2011/5/5 Ian Kelly :
> On Thu, May 5
ll the cases so this is not the issue.
> Are you getting any sort of error message?
When I run my app, it crashes while calling Py_Initialize(). The
console closes suddenly.
Is it necessary to create zip archive using zipfile.PyZipFile?
regards
2011/5/5 Ian Kelly
>
> On Wed, May 4, 2011
Hello,
I spent a lot of time googling for a solution of this problem, with no
result.
I have a C++ application, in which I would like to embed Python interpreter.
I don't want to rely on an interpreter being installed on user machine,
instead I would like to distribute all the necessary files wit