Package Details: inkslides-git r41.f0b15c8-1

Git Clone URL: https://aur.archlinux.org/inkslides-git.git (read-only, click to copy)
Package Base: inkslides-git
Description: Generate a PDF presentation out of an inkscape SVG document
Upstream URL: https://github.com/janoliver/inkslides
Licenses: MIT
Submitter: janoliver
Maintainer: None
Last Packager: Rhinoceros
Votes: 5
Popularity: 0.000000
First Submitted: 2013-12-12 14:25 (UTC)
Last Updated: 2020-11-25 06:26 (UTC)

Dependencies (4)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2

janoliver commented on 2018-03-07 06:24 (UTC)

Hi, could you please re-install and try again? I have fixed the imports.

Rhinoceros commented on 2018-03-07 05:18 (UTC) (edited on 2018-03-07 05:18 (UTC) by Rhinoceros)

Hi, the package installs fine, but after running, it complains

ModuleNotFoundError: No module named 'inkscape'

Some missing dependency perhaps? Here is the full error log:

$ inkslides foo.svg
Traceback (most recent call last):
  File "/usr/bin/inkslides", line 11, in <module>
    load_entry_point('inkslides==2.0.0a1', 'console_scripts', 'inkslides')()
  File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 587, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2800, in load_entry_point
    return ep.load()
  File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2431, in load
    return self.resolve()
  File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2437, in resolve
    module = __import__(self.module_name, fromlist=['__name__'], level=0)
  File "/usr/lib/python3.6/site-packages/inkslides/inkslides.py", line 25, in <module>
    from inkscape import InkscapeWorker
ModuleNotFoundError: No module named 'inkscape'

svpaulauskas commented on 2017-02-03 14:28 (UTC) (edited on 2017-02-03 14:30 (UTC) by svpaulauskas)

I deleted the directory and cloned a fresh copy. Things work as expected now. Must have been something strange cached somewhere. Thanks for your assistance!

janoliver commented on 2017-02-03 14:23 (UTC)

Hi spaulus, that is strange. I have just retried building it and it worked flawlessly. Could you clean the directory and start over from scratch? I am confused because inkslides.py is not looked for anymore in the updated PKGBUILD.

svpaulauskas commented on 2017-02-03 14:14 (UTC)

Sorry for the delayed response. I was just notified of your comment. I'm still getting the same error as before: localhost:inkslides-git (master)>makepkg PKGBUILD ==> Making package: inkslides-git r35.fe6cb77-1 (Fri Feb 3 09:11:50 EST 2017) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Cloning inkslides git repo... Cloning into bare repository 'aur/inkslides-git/inkslides'... remote: Counting objects: 127, done. remote: Total 127 (delta 0), reused 0 (delta 0), pack-reused 127 Receiving objects: 100% (127/127), 780.03 KiB | 0 bytes/s, done. Resolving deltas: 100% (68/68), done. ==> Validating source files with md5sums... inkslides ... Skipped ==> Extracting sources... -> Creating working copy of inkslides git repo... Cloning into 'inkslides'... done. ==> Starting pkgver()... ==> Starting build()... ==> Entering fakeroot environment... ==> Starting package()... install: cannot stat 'inkslides.py': No such file or directory ==> ERROR: A failure occurred in package(). Aborting...

janoliver commented on 2017-01-16 16:19 (UTC)

Could you retry now?

svpaulauskas commented on 2017-01-16 14:16 (UTC) (edited on 2017-01-16 14:16 (UTC) by svpaulauskas)

I get the following error when running PKGBUILD https://gist.github.com/spaulaus/b2cfda25de4301efc8f66bb5a7a5e593.js