is py2exe still active ?

A

Anders Persson

Hi!
When a look att py2exe homepage it is not looking like mutch happen,
as a beginner i was thinking to start with Python 3, but i like to now
if py2exe will be for 3 too.

Is any one have any info ?
 
C

Cbast

Hi!
When a look att py2exe homepage it is not looking like mutch happen,
as a beginner i was thinking to start with Python 3, but i like to now
if py2exe will be for 3 too.

Is any one have any info ?

I don't have the answer about py2exe, but I'm using cxFreeze to create
executables with Python 3.1, if it's what you're looking for.

http://cx-freeze.sourceforge.net/
 
O

Octavian Rasnita

This packager is also nice.

If someone cares, I've discovered a small bug in it.
If Python is installed on another drive than C under Windows, the cxfreeze.bat file still calls Python on the drive C and it doesn't work until it is corrected.

Octavian

----- Original Message -----
From: "Cbast" <[email protected]>
Newsgroups: comp.lang.python
To: <[email protected]>
Sent: Tuesday, December 07, 2010 5:00 PM
Subject: Re: is py2exe still active ?


Hi!
When a look att py2exe homepage it is not looking like mutch happen,
as a beginner i was thinking to start with Python 3, but i like to now
if py2exe will be for 3 too.

Is any one have any info ?

I don't have the answer about py2exe, but I'm using cxFreeze to create
executables with Python 3.1, if it's what you're looking for.

http://cx-freeze.sourceforge.net/
 
G

Grant Edwards

When a look att py2exe homepage it is not looking like mutch happen,

Why do you say that? The homepage was update last month. If you
click on "recent changes" the last wiki page edit was less than two
weeks ago, and there ahve been 19 posts to four different threads on
the mailing list so far this month.
as a beginner i was thinking to start with Python 3, but i like to
now if py2exe will be for 3 too.

Is any one have any info ?

Probably.

https://lists.sourceforge.net/lists/listinfo/py2exe-users
 
S

Steve Holden

Octavian:

It's great that you want to let people know about bugs. Put yourself in
the position of the package maintainer, however. She or he doesn't spend
all day working on cxFreeze, and probably doesn't even do a Google
search on cxFreeze very often. So they are unlikely to find out about
this problem form your well-intentioned note.

It's just possible nobody does care, as I can't find a link to an issue
tracker - the best I could advise in this case would be to join the
mailing list by visiting

https://lists.sourceforge.net/lists/listinfo/cx-freeze-users

regards
Steve
 
S

Steve Holden

Octavian:

It's great that you want to let people know about bugs. Put yourself in
the position of the package maintainer, however. She or he doesn't spend
all day working on cxFreeze, and probably doesn't even do a Google
search on cxFreeze very often. So they are unlikely to find out about
this problem form your well-intentioned note.

It's just possible nobody does care, as I can't find a link to an issue
tracker - the best I could advise in this case would be to join the
mailing list by visiting

https://lists.sourceforge.net/lists/listinfo/cx-freeze-users

regards
Steve
 
O

Octavian Rasnita

Hi Steve,

I may put some stupid questions because I am very new to Python, but... I heard about pypi/pip. Aren't all these Python libraries (like cxFreeze) provided on a central archive where we can get them and also report the bugs using a single request/issue tracker?

Octavian

----- Original Message -----
From: "Steve Holden" <[email protected]>
Newsgroups: gmane.comp.python.general
To: "Octavian Rasnita" <[email protected]>
Cc: <[email protected]>
Sent: Wednesday, December 08, 2010 12:56 AM
Subject: Re: is py2exe still active ?
 
J

Jonathan Hartley

Hi Steve,

I may put some stupid questions because I am very new to Python, but... I heard about pypi/pip. Aren't all these Python libraries (like cxFreeze) provided on a central archive where we can get them and also report the bugs using a single request/issue tracker?

Octavian



----- Original Message -----
From: "Steve Holden" <[email protected]>

Newsgroups: gmane.comp.python.general
To: "Octavian Rasnita" <[email protected]>
Cc: <[email protected]>
Sent: Wednesday, December 08, 2010 12:56 AM
Subject: Re: is py2exe still active ?

Hey,

Yes, they are all Python packages or applications, and yes, PyPI aka
The Cheese Shop is a single repository for them. However, they do not
share mailing lists or issue trackers. Each project maintains its own
bug tracking, etc.

Best regards,

Jonathan
 
J

Jonathan Hartley

Hi Steve,

I may put some stupid questions because I am very new to Python, but... I heard about pypi/pip. Aren't all these Python libraries (like cxFreeze) provided on a central archive where we can get them and also report the bugs using a single request/issue tracker?

Octavian



----- Original Message -----
From: "Steve Holden" <[email protected]>

Newsgroups: gmane.comp.python.general
To: "Octavian Rasnita" <[email protected]>
Cc: <[email protected]>
Sent: Wednesday, December 08, 2010 12:56 AM
Subject: Re: is py2exe still active ?

Hey,

Yes, they are all Python packages or applications, and yes, PyPI aka
The Cheese Shop is a single repository for them. However, they do not
share mailing lists or issue trackers. Each project maintains its own
bug tracking, etc.

Best regards,

Jonathan
 
P

Philip Semanchuk

Hi Steve,

I may put some stupid questions because I am very new to Python, but... I heard about pypi/pip. Aren't all these Python libraries (like cxFreeze) provided on a central archive where we can get them and also report the bugs using a single request/issue tracker?

Hi Octavian,
I didn't see anyone reply to you on the list...

The short answer to your question is "no". PyPI stands for the Python Package Index. The key word there is "Index". It's a catalog of packages but many of those packages are hosted elsewhere. The places where those packages are hosted may or may not have an issue tracker, etc.

For instance, one the packages that I offer through PyPI (posix_ipc) is hosted on my personal Web site.

Hope this helps
Philip
 
O

Octavian Rasnita

Hi Philip,

I thought that pypi works like cpan for Perl, but now I understand.

Thank you for clarifications.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,680
Members
48,796
Latest member
Greg L.

Latest Threads

Top