On Apr 11, 2:38 am, [EMAIL PROTECTED] wrote:
> Hi all,
>
> I have a application where I use different threads. actually all is
> working - BUT I just discovered that the [b]CPU is always 100 % [/
> b]used.
>
> on the 32-bit machine athlon XP, as well as on the amd 64-bit AMD
> Athlon(TM) 64 X2 Dual
[EMAIL PROTECTED] wrote:
> Thank you for your answers, Khalid.
>
> > It seems you may be using an old version of pyMinGW,
>
> I have downloaded it yesterday from your site.
>
>
> > the relevant part dealing with include directories in zlib.mak
> > should read now as follows:
>
> I have checked, and
[EMAIL PROTECTED] wrote:
> To use Pyrex, SWIG and the like on a Win2K I have followed this way:
>
> http://jove.prohosting.com/iwave/ipython/pyMinGW.html
>
> I already had MinGW 3.4.2, so I have decompressed the Python 2.4.2
> sources, I have merged in the pyMinGW patch, and I have run the global
>
This is a free site. To generate ad revenues, I suppose, they make
those zip files available through multiple clicking, so as to eliminate
direct linking. And who can blame them.
Using Firefox, I am able to download the zip files after exactly
clicking on the page you mention twice, pausing betwee
This is to inform those interested in compiling Python in MinGW that
an updated version of pyMinGW is now available.
Get it from here:
http://jove.prohosting.com/iwave/ipython/pyMinGW.html
Regards
Khalid
--
http://mail.python.org/mailman/listinfo/python-list
Leo Jay wrote:
> Dear All,
>
> I lost my source code because of my incaution.
> so anyone can tell me how to decompile the exe file compiled by py2exe?
>
> Thanks.
>
> --
> Best Regards,
> Leo Jay
In older versions of py2exe (haven't tried it for new ones) I only had
to drag the py2exe created fi
Mark Dufour wrote:
> > By the way, I read in your blog that you would be releasing a windows
> > intaller soon.
> > Have you, or anyone else, managed to do it?
>
> I just finished making a 20 MB (!) package for Windows XP (I'm not
> sure which older versions of Windows it will run on.) It includes
Mark Dufour wrote:
> Thank you so much for your efforts!
Don't mention it.
> I will try to download your patches this afternoon on a roommate's Windows
> computer, and try to see if I can fix the remaining tests.
>
Okay. An update.
- Test (124, 'small factorization program by Rohit Krishna Ku
[EMAIL PROTECTED] wrote:
> I was wondering if anyone could point me to an example. Currently i
> have a c++ program which calls and c++ dll (i created both). The dll
> uses SendMessage to pass messages back to the calling .exe, and the
> .exe process the messages in it's Windows Procedure function
Mark Dufour wrote:
> After nine months of hard work, I am proud to introduce my baby to the
> world: an experimental Python-to-C++ compiler.
Good work.
I have good news and bad news.
First the good news: ShedSkin (SS) more or less works on Windows. After
patching gc6.5 for MinGW, building it, an
This is to inform those interested in Python and MinGW that a binary
distribution of pyMinGW-241 is now available. This is mainly a
packaging of the March release in binary form for those who are finding
it difficult to build Python or its standard extensions in MinGW.
WHAT'S INSIDE
-
Okay, let me have another stap at this.
As you have probably noticed MSVC6 is no longer actively supported as
far as Python 2.4 goes. The official distribution of Python 2.4 for
Windows is built using MSVC7.1 (or whatever you wish to call it).
We are told that building C extensions with MSVC6 for
Bill Davy wrote:
> I downlaoded and installed
> http://www.python.org/ftp/python/2.4.1/python-2.4.1.msi
>
> I'm trying to build an extension using SWIG 1.3.24 and the linker
needs
> python24_d.lib (I do not have the DLL either). I've not found it in
any of
> the
> downloads.
>
> So I tried to down
codecraig wrote:
> my requirements for getting the OS info havent changed. My first
> message says "How can I get the OS Name, such as "Windows XP Pro"."
> that's what I wanted all along.
>
> thanks for the information anyway, i believe platform is better than
my
> previous approach.
>
> thank
Tony Meyer wrote:
> [problems with dependency on msvr71.dll snipped]
>
> One option is to create a Windows Python 2.4 installer that includes
a
> Python not built with MSVC7 - for example gcc or MSVC6 - which
doesn't have
> the dependency on mscvr71.dll. Both VC6 and gcc are feasible,
although
> t
This is to inform those interested in compiling Python in MinGW that
an updated version of pyMinGW is now available.
Get it from here:
http://jove.prohosting.com/iwave/ipython/pyMinGW.html
Regards
Khalid
--
http://mail.python.org/mailman/listinfo/python-list
Ilias Lazaridis wrote:
> A.B., Khalid wrote:
> > Ilias Lazaridis wrote:
> >
> >>The first step is to make a pyMinGW project.
> >
> > You are mistaken. The first steps are the following:
> [...] - (nonrelevant comments)
>
> > 3) Realizing that ther
Ilias Lazaridis wrote:
> The first step is to make a pyMinGW project.
>
You are mistaken. The first steps are the following:
1) Realizing that a project _must_ start not because you want it to,
but because those who are willing to work on it think it is worth the
extra effort for it to.
2) Reali
Pat wrote:
> There have been extensive discussions about these issues on the
> Python-Dev mailing list over the past couple of months (mostly in
> December, but continuing to the present - see
> http://mail.python.org/pipermail/python-dev/2004-December/thread.html
> as a starting point), which seem
Nick Craig-Wood wrote:
> A.B., Khalid <[EMAIL PROTECTED]> wrote:
> > This is to inform those interested in compiling Python in MinGW
that
> > an updated version of pyMinGW is now available.
>
> Ha anyone tried cross compiling python with mingw? At work we
compile
This is to inform those interested in compiling Python in MinGW that
an updated version of pyMinGW is now available.
Get it from here:
http://jove.prohosting.com/iwave/ipython/pyMinGW.html
Regards
Khalid
--
http://mail.python.org/mailman/listinfo/python-list
I wonder if someone can explain what is wrong here. I am pickling a
list of dictionaries (see code attached) and unpickling it back using
the HIGHEST_PROTOCOL of pickle and cPickle. I am getting an error
message and trace backs if the list exceeds eight items. Whether I use
pickle or cPickle does n
nell wrote:
> Hi all,
> I've developed a testing application in python, and should supply it
in
> a way that no one (lets say they are regular users) will understand
it
> and edit it.
> The application source is all python but we expose a UI written in C#
> that go over all our code and expose to u
23 matches
Mail list logo