You are not logged in.

#1 2004-12-09 17:06:26

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

potential python problem in new -Syu

there is a possible problem with the new version of python - most python packages available install to a version dependant location (/usr/libs/python2.3/* i think)....
python is now 2.4...

how is this handled... about to check on it myself, just to feel more secure

Offline

#2 2004-12-09 17:26:46

xerxes2
Member
From: Malmoe, Sweden
Registered: 2004-04-23
Posts: 1,249
Website

Re: potential python problem in new -Syu

wtf!!
my python apps cant find their modules anymore!!!!

import pygtk, gtk, gobject, gtk.gdk
ImportError: No module named gtk

arch + gentoo + initng + python = enlisy

Offline

#3 2004-12-09 17:29:55

Dusty
Schwag Merchant
From: Medicine Hat, Alberta, Canada
Registered: 2004-01-18
Posts: 5,986
Website

Re: potential python problem in new -Syu

ah, yes, the pains of using Python!

rd&h

Offline

#4 2004-12-09 17:52:24

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: potential python problem in new -Syu

xerxes2 wrote:

wtf!!
my python apps cant find their modules anymore!!!!

import pygtk, gtk, gobject, gtk.gdk
ImportError: No module named gtk

yup, same here - that's what I though... I posted a feature request a long time ago stating that python packages should not be installed to version dependant locations..... sigh...
all python packages are now out of date...

Offline

#5 2004-12-09 17:56:46

sarah31
Member
From: Middle of Canada
Registered: 2002-08-20
Posts: 2,975
Website

Re: potential python problem in new -Syu

bah who needs python anyway tongue (j/k)


AKA uknowme

I am not your friend

Offline

#6 2004-12-09 18:15:03

xerxes2
Member
From: Malmoe, Sweden
Registered: 2004-04-23
Posts: 1,249
Website

Re: potential python problem in new -Syu

phrakture wrote:

yup, same here - that's what I though... I posted a feature request a long time ago stating that python packages should not be installed to version dependant locations..... sigh...
all python packages are now out of date...

so you get your laptop back,
it's just some modules that don't work for me,
everything that belongs to gtk it seems,
the core works like "sys"

sarah31 wrote:

bah who needs python anyway Razz (j/k)

women isn't allowed to comment on these matters,
get back to the kitchen and stay off the net!!!


arch + gentoo + initng + python = enlisy

Offline

#7 2004-12-09 18:16:45

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: potential python problem in new -Syu

http://bugs.archlinux.org/index.php?do= … ments#tabs

commented the bug tracker...
symlinking now

Offline

#8 2004-12-09 18:20:59

sarah31
Member
From: Middle of Canada
Registered: 2002-08-20
Posts: 2,975
Website

Re: potential python problem in new -Syu

xerxes2 wrote:
sarah31 wrote:

bah who needs python anyway Razz (j/k)

women isn't allowed to comment on these matters,
get back to the kitchen and stay off the net!!!

bet my python is bigger than yours tongue


AKA uknowme

I am not your friend

Offline

#9 2004-12-09 18:32:28

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: potential python problem in new -Syu

xerxes2 wrote:

so you get your laptop back,
it's just some modules that don't work for me,
everything that belongs to gtk it seems,
the core works like "sys"

yeah, the core modules are installed with the python package...

/usr/lib/python2.4/ has core modules.... independant modules are installed (similar to perl) to /usr/lib/python<version>/site-packages/ - in this case all the pacman packages install to /usr/lib/python2.3/site-packages... 95% of these packages come with a setup.py script which has the option to install to a version independant path (I cannot recall where it is)..

Offline

#10 2004-12-09 18:41:57

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: potential python problem in new -Syu

the python packages in my repo (psyco, pyosd, and bittornado) have been recompiled.... feel free to use them or just check the PKGBUILDS...

Offline

#11 2004-12-09 18:50:01

Dusty
Schwag Merchant
From: Medicine Hat, Alberta, Canada
Registered: 2004-01-18
Posts: 5,986
Website

Re: potential python problem in new -Syu

xerxes2 wrote:
sarah31 wrote:

bah who needs python anyway Razz (j/k)

women isn't allowed to comment on these matters,
get back to the kitchen and stay off the net!!!

Watch your mouth xerxes2, I've seen polar bears eat a man for less than that.

Dusty

Offline

#12 2004-12-09 19:51:45

sarah31
Member
From: Middle of Canada
Registered: 2002-08-20
Posts: 2,975
Website

Re: potential python problem in new -Syu

Dusty wrote:
xerxes2 wrote:
sarah31 wrote:

bah who needs python anyway Razz (j/k)

women isn't allowed to comment on these matters,
get back to the kitchen and stay off the net!!!

Watch your mouth xerxes2, I've seen polar bears eat a man for less than that.

Dusty

yeah i eat them just to hear them scream or if i have nothing better to do. so taunting is unnecessary.


AKA uknowme

I am not your friend

Offline

#13 2004-12-09 20:08:53

xerxes2
Member
From: Malmoe, Sweden
Registered: 2004-04-23
Posts: 1,249
Website

Re: potential python problem in new -Syu

wow!
i must say i'm impressed by phrakture, he filed a bugreport two months before the bug actually went live,

Dusty wrote:

Watch your mouth xerxes2, I've seen polar bears eat a man for less than that.

i've heard about this too, some polar bears in canada go south and into small towns and such, hopefully not so far south as shaunavon,
besides, sarah31 is probably living in manitoba zoo there she is being fed by kids with lots of popcorn and chocolate, she makes less than 50m at coopers test so she won't be getting any seals(or swedes) with that speed,

sarah31 wrote:

bet my python is bigger than yours

well, size do matters so here is mine,  tongue
python.png


arch + gentoo + initng + python = enlisy

Offline

#14 2004-12-09 21:05:31

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: potential python problem in new -Syu

xerxes2 wrote:

wow!
i must say i'm impressed by phrakture, he filed a bugreport two months before the bug actually went live,

/bow

Offline

#15 2004-12-09 21:13:27

Dusty
Schwag Merchant
From: Medicine Hat, Alberta, Canada
Registered: 2004-01-18
Posts: 5,986
Website

Re: potential python problem in new -Syu

i've heard about this too, some polar bears in canada go south and into small towns and such, hopefully not so far south as shaunavon,

Actually, yeah, she came with the circus once... we dated...

she makes less than 50m at coopers test so she won't be getting any seals(or swedes) with that speed,

She can't catch the likes of you in 12 minutes, it is true, but can you keep your stamina up for days and days and days? Polar bears don't stop to rest. And she's well nourished on all those sweets you mention so won't have to stop for extra food. I'd be worried if I were you.

Dusty

Offline

#16 2004-12-09 21:55:31

sarah31
Member
From: Middle of Canada
Registered: 2002-08-20
Posts: 2,975
Website

Re: potential python problem in new -Syu

xerxes2 wrote:

besides, sarah31 is probably living in manitoba zoo there she is being fed by kids with lots of popcorn and chocolate, she makes less than 50m at coopers test so she won't be getting any seals(or swedes) with that speed,

yes i am.
i don't need speed any more and you eventually will fall asleep or tire at which time i will ooze over to where you are and absorb your precious organs and such. i kinda work like an amoeba now (all that pollution drifting north from the states and stuff)


AKA uknowme

I am not your friend

Offline

#17 2004-12-10 00:05:57

Dusty
Schwag Merchant
From: Medicine Hat, Alberta, Canada
Registered: 2004-01-18
Posts: 5,986
Website

Re: potential python problem in new -Syu

sarah31 wrote:

[all that pollution drifting north from the states and stuff)

You can avoid that by not watching CNN, you know.

Offline

#18 2004-12-10 00:13:12

sarah31
Member
From: Middle of Canada
Registered: 2002-08-20
Posts: 2,975
Website

Re: potential python problem in new -Syu

i suppose one of those N's is suppose to stand for "news"?


AKA uknowme

I am not your friend

Offline

#19 2004-12-10 17:13:06

Dusty
Schwag Merchant
From: Medicine Hat, Alberta, Canada
Registered: 2004-01-18
Posts: 5,986
Website

Re: potential python problem in new -Syu

That's what they say, but don't believe it for an instant. It stands for "Collection of Nagging Nitwits".

Dusty

Offline

#20 2004-12-10 19:24:54

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: potential python problem in new -Syu

man, maybe this thread should get moved to the "off topic" section - heh

Offline

#21 2004-12-10 19:46:46

Dusty
Schwag Merchant
From: Medicine Hat, Alberta, Canada
Registered: 2004-01-18
Posts: 5,986
Website

Re: potential python problem in new -Syu

yeah, or provinical prairie people pushing bush bashing section...

Offline

#22 2004-12-17 00:06:13

xerxes2
Member
From: Malmoe, Sweden
Registered: 2004-04-23
Posts: 1,249
Website

Re: potential python problem in new -Syu

thanks guys!
the new python modules in testing are up and running,


arch + gentoo + initng + python = enlisy

Offline

Board footer

Powered by FluxBB