On Fri, 2005-07-22 at 15:42 -0300, Ulisses Furquim wrote: > Hi, > > I'm developing a project named pylibparted that aims to provide python > bindings for parted's library (libparted). This project was accepted > in Google's Summer of Code and it's being mentored by Fedora. I > already have a snapshot available for testing that can be downloaded > from pylibparted.tigris.org. I hope this project can be useful for > installers such as anaconda, GLI (Gentoo) and others. If possible, I'd > like that some anaconda developer could criticize pylibparted's API, > so it can be really useful. :-) Traceback (most recent call last): File "<stdin>", line 1, in ? ImportError: ./pylibparted.so: undefined symbol: ped_disk_commit_from_fd Please ensure builds against rawhide: [pauln@enki lib.linux-i686-2.4]$ rpm -q parted parted-1.6.23-2.i386 [pauln@enki lib.linux-i686-2.4]$ rpm -q parted-devel parted-devel-1.6.23-2.i386 Paul