<br><br><div class="gmail_quote">On Mon, Nov 10, 2008 at 9:00 PM, Geon. <span dir="ltr"><<a href="mailto:sevengeon@gmail.com">sevengeon@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div id=":6c" class="ArwC7c ckChnd">> Hi, as far as I know.<br>
><br>
> 1. you can use module sqlite3 instead.<br>
> 2. you can use these commands on ubuntu:<br>
><br>
> sudo apt-get install libsqlite3-dev<br>
> sudo easy_install -Z pysqlite<br>
<br>
is possible apt-get on hp unix?<br>
i think apt-get is only available ubuntu linux system..</div></blockquote></div><br>Actually, apt is available on any platform that can use dpkg and was originally used by Debain (which Ubuntu is based off of). Using a program called Fink, you can even get it on Mac OS X. Unfortunately, I don't think anyone has ported dpkg to HP-UX.  HP uses their own package manager instead. The Ubuntu instructions were probably meant as a guide. There are several different package management systems, and the commands are usually pretty similar. I don't think many people on this list use HP-UX, so we don't know the specific instructions and package names for your system. <br>