Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - nberger

Pages: [1]
1
Zaurus - pdaXrom / Help! Python+sqlite Can't Compile?
« on: January 07, 2007, 01:44:38 pm »
Quote
Quote
Hi Kondou,

Could you tell me where you found the sqlite bindings for python ?? I've been looking for them for the past few days but they don't seem to be there anymore (they used to be in the unstable feed but that seems gone now...)

Thanks,
- Nicolas
[div align=\"right\"][{POST_SNAPBACK}][/a][/div]

I found it here.
[a href=\"http://zaurus.spy.org/feeds/cacko/pdaXrom/unstable/python-sqlite_1.1.3_armv5tel.ipk]http://zaurus.spy.org/feeds/cacko/pdaXrom/....3_armv5tel.ipk[/url]

-yonggun
[div align=\"right\"][a href=\"index.php?act=findpost&pid=150350\"][{POST_SNAPBACK}][/a][/div]

Super - Thanks a lot for the pointer!! For reference, to get it running in beta1 on an 860 I had to

- Create links /usr/lib/python2.4/site-config/sqlite and _sqlite.so pointing to the same objets in /usr/lib/python2.3 (in beta1 python is 2.4 by default, but the python-sqlite ipk probably assumed it was 2.3... it still works, though!)

- create a soft link /usr/lib/libsqlite3.so.0 pointing to libsqlite3.so

with these tweaks it seems to work with the standard python and sqlite3 packages for beta1...

Thanks again,
- Nicolas

2
Zaurus - pdaXrom / Help! Python+sqlite Can't Compile?
« on: January 07, 2007, 11:10:05 am »
Hi Kondou,

Could you tell me where you found the sqlite bindings for python ?? I've been looking for them for the past few days but they don't seem to be there anymore (they used to be in the unstable feed but that seems gone now...)

Thanks,
- Nicolas

3
Zaurus - pdaXrom / Handwriting
« on: July 15, 2005, 07:00:04 am »
Following up on using jarnal with jamvm, I tried it but I get

java.lang.UnsatisfiedLinkError: Could not find library 'gtkpeer'

the library libgtkpeer.so is in classpath, which is referenced in LD_LIBRARY_PATH and java.library.path, so it should be able to find it... Is there any reason why jamvm+classpath can't run AWT stuff in Rc10?

Thanks,
- nb

4
Linux Issues / Fedora Core 3 And Usb Networking
« on: December 07, 2004, 02:23:19 pm »
In FC3 for some reason the name of the USB module is 'usbnet', not 'usbdnet', so you should change the name of your script to 'usbnet' .  Also make sure the script is executable by everybody. (chmod a+x usbnet). It's working for me with this setup so let me know if it doesn't...

Cheers,
- Nicolas

Pages: [1]