So.. for the record... you can checkout the git code.
type: make sudo python setup.py install (which should fix the issue) This is what I've done. git clone git://git.fedorahosted.org/git/pykickstart.git make make install --prefix=$HOME/temp cd $HOME/temp; tar cf pykickstart-version.tar.gz * sudo alien -d pykickstart-version.tar.gz which generated a .deb installation file. which I've uploaded here. http://www.assembla.com/spaces/dummyMeego/documents/b0Vv4-pP4r35fieJe5d-aX/download/pykickstart_1.69.-2_all.deb I've done this on a Ubuntu 64bit installation, I'm sure there are differences between Ubuntu and debian, but you can repeat the process or just download the .debian. Either ways, condemning Meego because a package is missing from your own distro isn't really meego's fault. Especially when it's something as simply as install a python egg. Hope this helps.. if not tag me off list, I think we've sent enough clutter to the list regarding this issue. -- Samir PS. the name of the repo is just some silly name for a random repo.. not meant as anything more. On Fri, Apr 2, 2010 at 3:19 PM, Jean-Christian de Rivaz <[email protected]> wrote: > Samir Faci (Dev) a écrit : >> >> git clone git://git.fedorahosted.org/git/pykickstart.git > > I also try this with 'make' and 'make install' as root. But I still get the > error: > [...] > File "/usr/lib/python2.5/site-packages/mic/imgcreate/yuminst.py", line 26, > in <module> > import pykickstart.parser > ImportError: No module named pykickstart.parser > > Just to check: > > j...@cube:~/try/meego$ python > Python 2.5.2 (r252:60911, Jan 24 2010, 17:44:40) > [GCC 4.3.2] on linux2 > Type "help", "copyright", "credits" or "license" for more information. >>>> import pykickstart.parser > Traceback (most recent call last): > File "<stdin>", line 1, in <module> > ImportError: No module named pykickstart.parser >>>> > > No surprise: Fedora package quality :-( > > -- > Jean-Christian de Rivaz > -- -- Samir Faci *insert title* fortune | cowsay -f /usr/share/cows/tux.cow _______________________________________________ MeeGo-dev mailing list [email protected] http://lists.meego.com/listinfo/meego-dev
