In article
,
Anthony Kong wrote:
> I have checked out source code from this url
> http://svn.python.org/projects/python/branches/py3k, then run
>
> ./configure --with-universal-archs=64-bit
> make
>
> First of all, I got this message:
>
> ---
> Mo
Hi, all,
I have checked out source code from this url
http://svn.python.org/projects/python/branches/py3k, then run
./configure --with-universal-archs=64-bit
make
First of all, I got this message:
---
Modules/Setup.dist is newer than Modules/Setup;
> That's not the whole truth. :)
The whole truth is that from a developer's POV, .pyc files are
unimportant.
--
http://mail.python.org/mailman/listinfo/python-list
Gabriel Genellina <[EMAIL PROTECTED]> writes:
> At Tuesday 9/1/2007 14:56, Steven W. Orr wrote:
>
>>I *just* read the tutorial so please be gentle. I created a file called
>>fib.py which works very nicely thank you. When I run it it does what it's
>>supposed to do but I do not get a resulting .pyc
Steven W. Orr wrote:
> I *just* read the tutorial so please be gentle. I created a file
> called fib.py which works very nicely thank you. When I run it it
> does what it's supposed to do but I do not get a resulting .pyc
> file.
.pyc files are created only if you import a .py file.
Regards,
At Tuesday 9/1/2007 14:56, Steven W. Orr wrote:
I *just* read the tutorial so please be gentle. I created a file called
fib.py which works very nicely thank you. When I run it it does what it's
supposed to do but I do not get a resulting .pyc file. The tutorial says I
shouldn't do anything speci
I *just* read the tutorial so please be gentle. I created a file called
fib.py which works very nicely thank you. When I run it it does what it's
supposed to do but I do not get a resulting .pyc file. The tutorial says I
shouldn't do anything special to create it. I have machines that have both
Fredrik Lundh wrote:
> yndesai wrote:
>
> > Is it that no compiling facility is hindering the growth of python
> > in commercial circuit . . . ?
I can see the point of people who are confused about single file
executables for Python programs, who are possibly new to the technology
and don't know w
yndesai wrote:
> Is it that no compiling facility is hindering the growth of python
> in commercial circuit . . . ?
good thing most commercial Python developers haven't noticed this, then.
if you don't know that some random guy on the internet thinks that
some- thing doesn't exist, there's no
I got attracted to python since I heard about PythonCAD,
while I used Fortran and Basic during graduation
days & VBA for some macros in Office.
I liked the python as it seems smart. But without compiling it is
a trouble to end user.
I downloaded PythonCAD and am still searching for the libraries
"Scheol Service" <[EMAIL PROTECTED]> wrote:
>
>Im just unsure on how to compile python code into .exe executionable
>files. Is there a simple way to do this?
Sort of. Python code is not compiled to machine language. Instead, it is
compiled to an intermediate language that is then interpreted.
At Thursday 30/11/2006 03:40, Scheol Service wrote:
i know this. Is there better directions on how to use it?
Have you tried it? What's your actual problem? See http://www.py2exe.org/
--
Gabriel Genellina
Softlab SRL
__
Correo Yahoo!
Espacio
Scheol Service wrote:
> Im just unsure on how to compile python code into .exe executionable
> files. Is there a simple way to do this?
typing "compile python code" into google gives you
http://effbot.org/zone/python-compile.htm
which gives you some background, and links to a bunch of bun
At Thursday 30/11/2006 02:02, Scheol Service wrote:
Im just unsure on how to compile python code into .exe executionable
files. Is there a simple way to do this?
py2exe
--
Gabriel Genellina
Softlab SRL
__
Correo Yahoo!
Espacio para todos tu
-- Forwarded message --
From: Scheol Service <[EMAIL PROTECTED]>
Date: Nov 29, 2006 10:57 PM
Subject: Python Question About Compiling.
To: mailto:python-list@python.org
Im just unsure on how to compile python code into .exe executionable
files. Is there a simple way to d
15 matches
Mail list logo