Hi,
I created successfully an .exe file for my python code. As a .py file, it works
like a charm. But when I try to run it from the exe version, I get error as
follows:
Traceback (most recent call last):
File "CreateAS.pyw", line 14, in
File "pulp\__init__.pyc", line 33, in
Hi,
I created an executable version of my application succesfully. It is just a
basic database related app. So it has a database and an icon file in the same
directory called "data".
When I try to add an entry to my database using the .exe file, it gives an
error such as "unable to open databas
Hi,
I needed to create executable of my python application. Everthing was ok , but
my exe file gives an error such as "unable to open database file",
When I try to add an entry to my database. My icon file is in tha same
directory(data) as my database file and there is no problem about that.
He
Hi All,
I needed to improve the computation speed of my numpy algorithm which works
correctly with
cython. So I created a .pyx file like belows and then compiled to a .pyd file
successfully:
*****
Nothing changed, Mr. Chris
-Original Message-
From: ch...@rebertia.com [mailto:ch...@rebertia.com] On Behalf Of Chris Rebert
Sent: Wednesday, February 23, 2011 9:37 AM
To: Şansal Birbaş
Cc: python-list@python.org
Subject: Re: Accelerating For Loop
2011/2/22 Şansal Birbaş :
> Hi
Hi All,
I needed to find the cheapest combination among given data and I developed an
algorithm for this task. It works correctly. But it takes much time (nearly 2
minutes) for second function to find the result while it is just
one second for the first function. How can I improve the calculatio