You are not logged in.
Hello,
I'd like to know if someone can write a PKGBUILD for the app gPapers. It is SVN-only at the moment.
"This is gPapers, the open-sourced, Gnome based digital library manager. Think of it as an iTunes for your PDFs. "
http://code.google.com/p/gpapers/wiki/Installation
Thanks!
Offline
Just in case someone is able to build this svn package, I'd appreciate it very much.
Thanks.
Offline
Try the one that is new in AUR now.
Offline
/usr/lib/python2.6/gpapers ~
note: django provides a web-based administrative tool for your database. to use it, uncomment the commented-out lines under INSTALLED_APPS in settings.py and run the following:
./manage.py runserver
then go to http://127.0.0.1:8000/admin/
Traceback (most recent call last):
File "gPapers.py", line 90, in <module>
import deseb
ImportError: No module named deseb
could not import deseb [http://code.google.com/p/deseb/]. try running (from "/usr/lib/python2.6/gpapers/"):
svn checkout http://deseb.googlecode.com/svn/trunk/src/deseb
Cthulhu For President!
Offline
Hm, deseb is under /usr/lib/python2.6/gpapers/deseb.
Last edited by Stefan Husmann (2009-01-18 18:46:02)
Offline
Hm, geseb is under /usr/lib/python2.6/gpapers/geseb.
It isn't for me...
ls /usr/lib/python2.6/gpapers/
total 552K
drwxr-xr-x 7 root root 4.0K 2009-01-18 13:34 ./
drwxr-xr-x 27 root root 20K 2009-01-18 13:34 ../
-rw-r--r-- 1 root root 17K 2009-01-18 13:34 author_edit_gui.glade
-rw-r--r-- 1 root root 75K 2009-01-18 13:34 BeautifulSoup.py
-rw-r--r-- 1 root root 16K 2009-01-18 13:34 citation_edit_gui.glade
-rw-r--r-- 1 root root 6.1K 2009-01-18 13:34 desktop.py
drwxr-xr-x 3 root root 4.0K 2009-01-18 13:34 gPapers/
-rwxr-xr-x 1 root root 157K 2009-01-18 13:34 gPapers.py
-rw-r--r-- 1 root root 15K 2009-01-18 13:34 GPL.txt
drwxr-xr-x 3 root root 4.0K 2009-01-18 13:34 icons/
-rw-r--r-- 1 root root 37K 2009-01-18 13:34 importer.py
-rw-r--r-- 1 root root 0 2009-01-18 13:34 __init__.py
-rwxr-xr-x 1 root root 546 2009-01-18 13:34 manage.py
-rwxr-xr-x 1 root root 6.2K 2009-01-18 13:34 openanything.py
-rw-r--r-- 1 root root 7.7K 2009-01-18 13:34 organization_edit_gui.glade
-rw-r--r-- 1 root root 33K 2009-01-18 13:34 paper_edit_gui.glade
-rw-r--r-- 1 root root 3.5K 2009-01-18 13:34 preferences_gui.glade
drwxr-xr-x 3 root root 4.0K 2009-01-18 13:34 pyPdf/
-rw-r--r-- 1 root root 88 2009-01-18 13:34 README.txt
-rw-r--r-- 1 root root 16K 2009-01-18 13:34 reference_edit_gui.glade
-rw-r--r-- 1 root root 3.0K 2009-01-18 13:34 settings.py
-rw-r--r-- 1 root root 8.9K 2009-01-18 13:34 source_edit_gui.glade
drwxr-xr-x 6 root root 4.0K 2009-01-18 13:34 .svn/
-rw-r--r-- 1 root root 58K 2009-01-18 13:34 ui.glade
-rw-r--r-- 1 root root 226 2009-01-18 13:34 urls.py
drwxr-xr-x 3 root root 4.0K 2009-01-18 13:34 website/Cthulhu For President!
Offline
Sorry, you are right. The subdirectory must have been in my build directory from some previous download. Try the -s PGKGBUILD, I just put to aur.
Offline
Well, it runs. But it fails to import anything. This isn't likely to be your fault
Thanks for your efforts! I'll watch this project with interest...in the meantime I'll try to debug it a little...
Cthulhu For President!
Offline
Wow. I got pretty excited about this but I guess I should've looked harder.
The issue is known, but the project hasn't seen activity since April and it's likely dead. The next step to try to get it to work might be to install an older version of django-svn, but with the project in its current state it might not be worth it.
EDIT: It works with version 7869, which I tried at random.
Last edited by buttons (2009-01-18 19:28:25)
Cthulhu For President!
Offline
Ah! I'm dumb. The svn features from django he was using have gone stable. Instead of using Django-svn, regular django works (1.0.2 at the time of this writing)
Cthulhu For President!
Offline