[Python-checkins] python/dist/src/Mac/OSXResources/app/Resources/English.lproj/Documentation packman.html,1.1,1.2
jackjansen@users.sourceforge.net
jackjansen@users.sourceforge.net
Wed, 16 Apr 2003 05:39:05 -0700
Update of /cvsroot/python/python/dist/src/Mac/OSXResources/app/Resources/English.lproj/Documentation
In directory sc8-pr-cvs1:/tmp/cvs-serv14937
Modified Files:
packman.html
Log Message:
Added a note on getting 404 Not Found errors when loading the database.
Index: packman.html
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/OSXResources/app/Resources/English.lproj/Documentation/packman.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** packman.html 11 Mar 2003 22:59:16 -0000 1.1
--- packman.html 16 Apr 2003 12:39:03 -0000 1.2
***************
*** 36,41 ****
<p>PackageManager is available as a separate application and also
! as a function of the IDE, through the File->Package Manager menu
entry. </p>
</td>
</tr>
--- 36,51 ----
<p>PackageManager is available as a separate application and also
! as a function of the IDE, through the <tt>File->Package Manager</tt> menu
entry. </p>
+
+ <h2>Troubleshooting</h2>
+
+ <p>If package manager fails to open the database first check that you are
+ connected to the internet. If you are connected then the problem
+ could be that there is no database (yet?) for your version of Mac OS X.
+ In the standalone Package Manager you can open an alternative database
+ with the <tt>File->Open URL...</tt> command, but you should realize that
+ you are now on untested ground. </p>
+
</td>
</tr>