473,413 Members | 1,833 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,413 software developers and data experts.

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 1399

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.com 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.umanitoba.ca> wrote in message
news:ma***************************************@pyt hon.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
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...
15
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: *...
3
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
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...
7
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,...
7
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...
1
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...
9
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...
0
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...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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
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...
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,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
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,...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

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.