473,387 Members | 1,455 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

can't find python2.4 source code

I make program in c++ embedding python2.4 in windows, I need the
python24_d.lib to link with the debug version of my program, but i can't
find the source code to build python24_d.lib on the internet, I even can't
find python24_d.lib/python24_d.dll on the internet.
Does the python24 source code released?
Jul 18 '05 #1
5 2899
Donnie Leen <Ki*********@yeah.net> wrote:
I make program in c++ embedding python2.4 in windows, I need the
python24_d.lib to link with the debug version of my program, but i can't
find the source code to build python24_d.lib on the internet, I even can't
find python24_d.lib/python24_d.dll on the internet.
Does the python24 source code released?


http://www.python.org/2.4/

look for "Download the release" and the links to Python-2.4.tgz or
Python-2.4.tar.bz2.

</F>

Jul 18 '05 #2
I had tried already, the doesn't contain the sourcecode.
In python2.3.3, the release pakage contained sourcecode is Python-2.3.3.tar.
"Fredrik Lundh" <fr*****@pythonware.com> wrote in message
news:ma**************************************@pyth on.org...
Donnie Leen <Ki*********@yeah.net> wrote:
I make program in c++ embedding python2.4 in windows, I need the
python24_d.lib to link with the debug version of my program, but i can't
find the source code to build python24_d.lib on the internet, I even can't find python24_d.lib/python24_d.dll on the internet.
Does the python24 source code released?


http://www.python.org/2.4/

look for "Download the release" and the links to Python-2.4.tgz or
Python-2.4.tar.bz2.

</F>



Jul 18 '05 #3
Donnie Leen wrote:
I make program in c++ embedding python2.4 in windows, I need the
python24_d.lib to link with the debug version of my program, but i can't
find the source code to build python24_d.lib on the internet, I even can't
find python24_d.lib/python24_d.dll on the internet.
Does the python24 source code released?


http://sourceforge.net/projects/python/

Which is linked from www.python.org

However, as Fredrik said, the source tarballs are available on the release page
for 2.4 (and yes, they do contain the source code).

Cheers,
Nick.

--
Nick Coghlan | nc******@email.com | Brisbane, Australia
---------------------------------------------------------------
http://boredomandlaziness.skystorm.net
Jul 18 '05 #4
Donnie Leen wrote:
I had tried already, the doesn't contain the sourcecode.
In python2.3.3, the release pakage contained sourcecode is Python-2.3.3.tar.
Rhubarb. All you had to do was follow Fredrik's instructions.

Since they didn't appear to be explicit enough for you, search in the
page he names for the string """All others should download either
Python-2.4.tgz or Python-2.4.tar.bz2, the source archive.""". The
filenames are links to two different versions of the source.

regards
Steve

"Fredrik Lundh" <fr*****@pythonware.com> wrote in message
news:ma**************************************@pyth on.org...
Donnie Leen <Ki*********@yeah.net> wrote:

I make program in c++ embedding python2.4 in windows, I need the
python24_d.lib to link with the debug version of my program, but i can't
find the source code to build python24_d.lib on the internet, I even
can't
find python24_d.lib/python24_d.dll on the internet.
Does the python24 source code released?


http://www.python.org/2.4/

look for "Download the release" and the links to Python-2.4.tgz or
Python-2.4.tar.bz2.

</F>


--
http://www.holdenweb.com
http://pydish.holdenweb.com
Holden Web LLC +1 800 494 3119
Jul 18 '05 #5
Donnie Leen wrote:
I had tried already, the doesn't contain the sourcecode.
In python2.3.3, the release pakage contained sourcecode is Python-2.3.3.tar.


the 2.3.3 sources (http://www.python.org/2.3.3/) are shipped as
Python-2.3.3.tgz and Python-2.3.3.tar.bz2.

the 2.4 sources (http://www.python.org/2.4) are shipped as
Python-2.4.tgz and Python-2.4.tar.bz2.

use gunzip (or bunzip2) to convert the compressed archives to
a standard tarball. (if you're on windows, any recent WinZip
or WinZip-clone should be able to do that for you)

</F>

Jul 18 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Bob Swerdlow | last post by:
I'm trying to move my application from bundlebuilder to py2app. I upgraded to PyObjC 1.2, which include py2app 1.7, but I got the following error. I saw a note on the py2app site that earlier...
0
by: ewitkop90 | last post by:
This is the box and the variables. ewitkop $ uname -a SunOS remnssdtoolsp01 5.9 Generic_118558-03 sun4u sparc SUNW,UltraAX-i2 ...
6
by: Miernik | last post by:
On my Debian GNU/Linux system I have Python 2.3 installed in /usr/lib/python2.3/ where most Python system files like /usr/lib/python2.3/gzip.py /usr/lib/python2.3/gzip.pyc...
1
by: Grant Edwards | last post by:
I've been using the pylibpcap extension module for several years, but I can't get it to build under 2.4: $ python setup.py build /usr/lib/python2.4/distutils/dist.py:222: UserWarning: 'licence'...
3
by: erikcw | last post by:
Hi, I'm trying to create a multidimensional data structure. However, id doesn't seem to work past the 2nd dimension. Here is my method: def endElement(self, name): if name == 'row' : if...
0
by: sndive | last post by:
I have a weid problem. If i do this: import elementtree.ElementTree as ET .... tree = ET.parse("whatever") root = tree.getroot() r = root.find('last') print r return root where last is not an...
1
by: Calvin Spealman | last post by:
I'm still on 10.4 and I'm trying to build pyOpenSSL, but I'm failing with Python.h trying to include and failing to find any of the shared libraries. I can't figure this one out because i just...
0
by: sweavo | last post by:
Hi all, (Python 2.5 under cygwin) I'm reading a bunch of XML files and merging them in memory - each file contains a number of packages which are to be merged: for fname in gInfiles: ...
2
by: Magdoll | last post by:
Has anyone run into the same problem I have? I used to run matplotlib with Python2.5 and everything worked fine. Now I use Python2.6, and everything falls apart. I installed numpy, libpng, and...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.