473,609 Members | 1,831 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

debian and python--any potential pitfalls?

Hi all,

I know that this is something for which I could (keep) STFW, but I'm
mostly ignorant of the subject area and under a bit of a deadline. So
I hope people won't mind if I truncate my search and ask here.

I've tried solo and failed a few times to install various Linux
distros on Intel x86 laptops. (The software modem was always the
sticking point.) A recent acquaintance has volunteered to guide me
through an install tomorrow. He's a Debian fellow. I'm not in a
position to have any preferences, so am inclined to follow his distro
choice.

The only area of computing in which I am interested and with which
he's unfamiliar is Python. He suggested I try to find out if there are
any potential issues with Debian stable and Python.

Not knowing much about the details of linux and less about Debian, my
googling hasn't yielded much that settles things. I have found out
that stable ships with 2.3.5. I imagine it should be straightforward
to upgrade to 2.4.2. Am I correct? Any other Debian/Python issues I
should know about?

If it matters, the laptop is fairly new (6 months) but wasn't
screaming when new, either.

Thanks bunches,

Brian vdB

Dec 19 '05 #1
4 1411

Brian van den Broek wrote:
Hi all,

I know that this is something for which I could (keep) STFW, but I'm
mostly ignorant of the subject area and under a bit of a deadline. So
I hope people won't mind if I truncate my search and ask here.

I've tried solo and failed a few times to install various Linux
distros on Intel x86 laptops. (The software modem was always the
sticking point.) A recent acquaintance has volunteered to guide me
through an install tomorrow. He's a Debian fellow. I'm not in a
position to have any preferences, so am inclined to follow his distro
choice.

The only area of computing in which I am interested and with which
he's unfamiliar is Python. He suggested I try to find out if there are
any potential issues with Debian stable and Python.

Not knowing much about the details of linux and less about Debian, my
googling hasn't yielded much that settles things. I have found out
that stable ships with 2.3.5. I imagine it should be straightforward
to upgrade to 2.4.2. Am I correct? Any other Debian/Python issues I
should know about?

If it matters, the laptop is fairly new (6 months) but wasn't
screaming when new, either.

Thanks bunches,

Try to ask him to install ubuntu for you. It use the same debian
packaging system(and most package setup is the same as debian) but has
a newer python which is based on 2.4. Should have better hardware
support too. I would say it is a good choice for desktop/laptop over
vanilla debian. You will still get the same kind of help from him as
they are 95% similar.

I use debian when I don't want cutting edge things(mostly for servers)
but ubuntu for desktop/laptop.

Dec 19 '05 #2
bo****@gmail.co m said unto the world upon 2005-12-19 00:36:
Brian van den Broek wrote:


<snip>
I've tried solo and failed a few times to install various Linux
distros on Intel x86 laptops. (The software modem was always the
sticking point.) A recent acquaintance has volunteered to guide me
through an install tomorrow. He's a Debian fellow. I'm not in a
position to have any preferences, so am inclined to follow his distro
choice.

The only area of computing in which I am interested and with which
he's unfamiliar is Python. He suggested I try to find out if there are
any potential issues with Debian stable and Python.
<snip>
Thanks bunches,


Try to ask him to install ubuntu for you. It use the same debian
packaging system(and most package setup is the same as debian) but has
a newer python which is based on 2.4. Should have better hardware
support too. I would say it is a good choice for desktop/laptop over
vanilla debian. You will still get the same kind of help from him as
they are 95% similar.

I use debian when I don't want cutting edge things(mostly for servers)
but ubuntu for desktop/laptop.


Thanks to Robert and bonono for the responses. I think I will see if
he'd be willing to give ubuntu a go.

Best,

Brian vdB

Dec 19 '05 #3

"Brian van den Broek" <br***@cc.umani toba.ca> wrote in message
news:ma******** *************** *************** *@python.org...
The only area of computing in which I am interested and with which
he's unfamiliar is Python. He suggested I try to find out if there are
any potential issues with Debian stable and Python.
Only that Python is "smeared" over several different packages - idle is
packed separately f.ex.
Not knowing much about the details of linux and less about Debian, my
googling hasn't yielded much that settles things. I have found out
that stable ships with 2.3.5. I imagine it should be straightforward
to upgrade to 2.4.2.
apt-get install .... should be about it.

Am I correct? Any other Debian/Python issues I
should know about?
Sometimes I have had Debian Sarge fail miserably on the "install desktop"
option. The workaround is to not install the desktop in the first
configuration pass and then use apt-get intall gnome/kde/whatever.
If it matters, the laptop is fairly new (6 months) but wasn't
screaming when new, either.

Thanks bunches,

Brian vdB

Dec 20 '05 #4
Frithiof Andreas Jensen wrote:

[Debian issues with Python]
Only that Python is "smeared" over several different packages - idle is
packed separately f.ex.


Yes, and I almost guarantee that you'll find yourself swearing over the
separate bundling of various header files in the python*-dev packages.

Paul

Dec 20 '05 #5

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

Similar topics

2
1805
by: Geoffrey | last post by:
We have developed a python class that can read data files created from another application. These target files are C-ISAM files used for accounting applications so the "primary" application may be reading and/or writing to portions of the files ("records") at the same time. The python class we developed opens the requested file in 'rb' mode, reads the file header (first 512k) and using information supplied in the file header (such as...
15
4114
by: Colin J. Williams | last post by:
The distutils download page has: -------------------------------------------------------- Current stable release The current stable release is Distutils 1.0.2; you can download it as: * Distutils-1.0.2.tar.gz (source distribution) (233k) * Distutils-1.0.2.zip (source distribution) (274k) * Distutils-1.0.2.win32.exe (Windows installer) (187k)
3
1878
by: Alex Stapleton | last post by:
Whenever I run python I get "Warning! you are running an untested version of Python." prepended to the start of any output on stdout. This is with Debian and python 2.3 (running the debian 2.1 and 2.2 binaries doesn't have this effect) Does anyone have any idea how to stop this or have even seen it before?
2
1626
by: wellington fan | last post by:
Dear newsies, My ISP has offered to upgrade my servers from 3.23 to 4.1. I'm excited by the potential gains in performance, and the ability to write subqueries, but am wary of any forward incompatibilities. I have a mass of PHP code with MySQL throughout. I don't relish peeking into every file and making a determination of 'it should work' by eyeballs alone.
7
1796
by: Oliver Elphick | last post by:
Debian packages of PostgreSQL 7.4beta4 are available in the experimental section of the Debian archive. -- Oliver Elphick Oliver.Elphick@lfix.co.uk Isle of Wight, UK http://www.lfix.co.uk/oliver GPG: 1024D/3E1D0C1C: CA12 09E0 E8D5 8870 5839 932A 614D 4C34 3E1D 0C1C ======================================== "He that covereth his sins shall not prosper; but whoso confesseth and...
7
2038
by: Oliver Elphick | last post by:
Debian packages of 7.4 have been uploaded to Debian's experimental archive. Because of certain issues with interlocking dependencies, I will not move them to unstable until version 7.3.4-9 is accepted into the testing distribution. This is not a reflection on 7.4's quality but the result of a long-standing blockage in the movement of packages into testing caused by the perl packages. Unfortunately, this means that 7.4 packages won't get...
1
1513
by: Erwin Brandstetter | last post by:
Hi Newsgroup! Some weeks back (2003-11-18), Oliver Elphick wrote in this newsgroup: > A version built for woody (stable) is available at > http://people.debian.org/~elphick/debian This is very good news as i need exactly that. I appreciate the work of Oliver Elphick.
9
2759
by: amhoov | last post by:
Hi all, I'm trying to install wxPython on Debian using 'apt-get install python-wxgtk2.4.' I've got both Python 2.3 and 2.4 installed with 2.4 set as my default. For whatever reason, wxPython always installs under /usr/lib/python2.3/site-packages. Does anyone know how I can force it to install in 2.4's site-packages directory?
0
2486
by: gandalf | last post by:
I am trying to install oracle 9i on debian. The oracle 9i linux installation manual provides a checklist of pre-installation changes that have to be made to linux before installing oracle. I am new to debian - I have used red hat and sun solaris before. The oracle manual describes how to make permanent changes to linux - for instance, how to set shmmax. The manual refers to unix directories that either don't exist or in a differnet...
0
8139
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8091
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8555
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8408
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7024
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
4098
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2540
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1686
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
1403
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.