Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > differences between ubuntu and fedora python

Reply
Thread Tools

differences between ubuntu and fedora python

 
 
Eric S. Johansson
Guest
Posts: n/a
 
      12-07-2006
fedora
[root@lbox ~]# file /etc/postfix/transport*
/etc/postfix/transport: ASCII English text
/etc/postfix/transport.db: Berkeley DB (Hash, version 8, native
byte-order)


# python /usr/lib/python2.4/whichdb.py /etc/postfix/transport
UNKNOWN /etc/postfix/transport
# python /usr/lib/python2.4/whichdb.py /etc/postfix/transport.db
dbhash /etc/postfix/transport.db

ubuntu
/etc/postfix/transport: ASCII text
/etc/postfix/transport.db: Berkeley DB (Hash, version 8, native byte-order)

# python /usr/lib/python2.4/whichdb.py /etc/postfix/transport
dbm /etc/postfix/transport
# python /usr/lib/python2.4/whichdb.py /etc/postfix/transport.db
dbhash /etc/postfix/transport.db

why the difference? according to the whichdb code, It looks for the .db
form and should pick it up except it isn't.

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Fedora vs Ubuntu: Alien vs Predator Lawrence D'Oliveiro NZ Computing 1 10-08-2010 10:00 AM
Get ubuntu ! Get ubuntu ! Get ubuntu ! Get ubuntu ! Getubuntu Windows 64bit 1 06-01-2009 08:54 AM
PDF warning under Ubuntu and Fedora Stef Mientki Python 0 10-15-2008 08:21 PM
Learn python packaging for Ubuntu and Debian in the Ubuntu Open Week SPE - Stani's Python Editor Python 1 04-29-2008 11:51 AM
urlopen differences between python 2.3.3 and python 2.2??? Chris Python 0 04-14-2004 06:46 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57