-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Errors when starting prosopopee #98
Comments
Are you using python3 by any chance? That looks like your error (yeah, we never ported) |
How can I ensure that I use V2? I did the installation exactly as written
in the documentation.
When I activated ve and install prosopopee I get this information:
(ve) basti@Basti-LXM:~$ pip install prosopopee
DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
Requirement already satisfied: prosopopee in ./ve/lib/python2.7/site-packages (0.8.2)
Requirement already satisfied: docopt in ./ve/lib/python2.7/site-packages (from prosopopee) (0.6.2)
Requirement already satisfied: jinja2 in ./ve/lib/python2.7/site-packages (from prosopopee) (2.10.3)
Requirement already satisfied: path.py in ./ve/lib/python2.7/site-packages (from prosopopee) (11.5.2)
Requirement already satisfied: future in ./ve/lib/python2.7/site-packages (from prosopopee) (0.18.2)
Requirement already satisfied: ruamel.yaml in ./ve/lib/python2.7/site-packages (from prosopopee) (0.16.5)
Requirement already satisfied: MarkupSafe>=0.23 in ./ve/lib/python2.7/site-packages (from jinja2->prosopopee) (1.1.1)
Requirement already satisfied: importlib-metadata>=0.5 in ./ve/lib/python2.7/site-packages (from path.py->prosopopee) (0.23)
Requirement already satisfied: backports.os; python_version == "2.7" and sys_platform == "linux2" in ./ve/lib/python2.7/site-packages (from path.py->prosopopee) (0.1.1)
Requirement already satisfied: ruamel.yaml.clib>=0.1.2; platform_python_implementation == "CPython" and python_version < "3.8" in ./ve/lib/python2.7/site-packages (from ruamel.yaml->prosopopee) (0.2.0)
Requirement already satisfied: ruamel.ordereddict; platform_python_implementation == "CPython" and python_version <= "2.7" in ./ve/lib/python2.7/site-packages (from ruamel.yaml->prosopopee) (0.4.14)
Requirement already satisfied: zipp>=0.5 in ./ve/lib/python2.7/site-packages (from importlib-metadata>=0.5->path.py->prosopopee) (0.6.0)
Requirement already satisfied: configparser>=3.5; python_version < "3" in ./ve/lib/python2.7/site-packages (from importlib-metadata>=0.5->path.py->prosopopee) (4.0.2)
Requirement already satisfied: contextlib2; python_version < "3" in ./ve/lib/python2.7/site-packages (from importlib-metadata>=0.5->path.py->prosopopee) (0.6.0.post1)
Requirement already satisfied: pathlib2; python_version == "3.4.*" or python_version < "3" in ./ve/lib/python2.7/site-packages (from importlib-metadata>=0.5->path.py->prosopopee) (2.3.5)
Requirement already satisfied: more-itertools in ./ve/lib/python2.7/site-packages (from zipp>=0.5->importlib-metadata>=0.5->path.py->prosopopee) (5.0.0)
Requirement already satisfied: six in ./ve/lib/python2.7/site-packages (from pathlib2; python_version == "3.4.*" or python_version < "3"->importlib-metadata>=0.5->path.py->prosopopee) (1.12.0)
Requirement already satisfied: scandir; python_version < "3.5" in ./ve/lib/python2.7/site-packages (from pathlib2; python_version == "3.4.*" or python_version < "3"->importlib-metadata>=0.5->path.py->prosopopee) (1.10.0)
So all seems to be installed what needed.
I also tried the docker container, there I got the message "Abort: I can't find a settings.yaml in the current working directory".
…On Tue, 5 Nov 2019, 08:19 Bram, ***@***.***> wrote:
Are you using python3 by any chance? That looks like your error (yeah, we
never ported)
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#98?email_source=notifications&email_token=AKY2DCGTSH4TM2O6RX2AZBTQSEM7LA5CNFSM4JIWJDW2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDB25OA#issuecomment-549695160>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKY2DCANEHDU5IFVHO2QJPDQSEM7LANCNFSM4JIWJDWQ>
.
|
Ah no, you are in python2, my bad :/ The error is actually that you date isn't written in a format that is parsed as a correct date, so you get a string instead and that produce this crash. Make sure to see if you have written the date in the correct format '-' You can show me your yaml files instead if you prefer. I admit that the error isn't really good :/ |
Ahhhh, you are right, it was the date! 12-04-2018 Just changed to 2018-04-12 and all is fine. I also defined an date_end, but only the "start date" will be shown. This is my settings.yaml `title: "Title"
What is wrong? I have another question... is it possible to provide a download link for the original files on the static website? |
"date_end" doesn't exist in this template https://github.com/Psycojoker/prosopopee/blob/master/prosopopee/themes/exposure/templates/index.html#L39 I don't know where you've found it? |
I have found that in the documentation: When I add a video, I got this:
Any idea? As I understand I must not configure anything for video until I want to use default settings, right? I have installed ffmpeg as mentioned in the documentation. |
The video problem was no problem... it was just a blank in the folder name :-/ Works like a charm now. But the "date_end" would absolutely a very nice thing. It's in the official documentation, so is there another template available? |
Ah, "date_end" is only available for a few sections yes, not the one you've tried to use it for. Would you be interested in sending a patch? I don't have that much time anymore for that project :/ |
I already added the needed code to my local copy for a test - seems to work.
I will create a branch and do the changes next week.
Sorry, but I have another question ;-) In Germany we have umlauts like Ä,
Ö, etc.... when my folders have umlauts I get this error:
UnicodeEncodeError: 'ascii' codec can't encode character u'\xf6' in
position 19: ordinal not in range(128)
It seems that it is not using UTF8 to handle the folders, the titles are OK.
Any idea?
Am Do., 7. Nov. 2019 um 09:11 Uhr schrieb Bram <[email protected]>:
… Ah, "date_end" is only available for a few sections yes, not the one
you've tried to use it for.
Would you be interested in sending a patch? I don't have that much time
anymore for that project :/
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#98?email_source=notifications&email_token=AKY2DCFKFQGMXIPIGXPCN4DQSPEUPA5CNFSM4JIWJDW2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDLSKEQ#issuecomment-550970642>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKY2DCEHE6N4GQZ6O2TVINDQSPEUPANCNFSM4JIWJDWQ>
.
|
Hello ! @toasti2000 dare to post your patch in a Pull request ?
Is it happening also with Python 3 ? Maybe open another issue because this IS another issue :-) ? |
Hello,
I think it is not working with Python3, so I only tested it with 2.7
I try to post the patch respectively extension I did by the latest of the
end of the week.
Am Mi., 26. Feb. 2020 um 17:12 Uhr schrieb JocelynDelalande <
[email protected]>:
… Hello !
@toasti2000 <https://github.com/toasti2000> dare to post your patch in a
Pull request ?
Sorry, but I have another question ;-) In Germany we have umlauts like Ä,
Ö, etc.... when my folders have umlauts I get this error:
UnicodeEncodeError: 'ascii' codec can't encode character u'\xf6' in
position 19: ordinal not in range(128)
It seems that it is not using UTF8 to handle the folders, the titles are
OK.
Is it happening also with Python 3 ?
Maybe open another issue because this IS another issue :-) ?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#98?email_source=notifications&email_token=AKY2DCHNNHXYK5LFG2UGPNTRE2IIPA5CNFSM4JIWJDW2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOENA3MKQ#issuecomment-591509034>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKY2DCGIBTMUAUMPNDF36D3RE2IIPANCNFSM4JIWJDWQ>
.
|
FYI, prosopopee is running perfectly fine for me with Python 3.7. |
Could you please tell me your installation steps?
Many thanks!
…On Fri, 6 Mar 2020, 20:32 JocelynDelalande, ***@***.***> wrote:
FYI, prosopopee is running perfectly fine for me with Python 3.7.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#98?email_source=notifications&email_token=AKY2DCF3X4ZALSXUENGCX4LRGFFWJA5CNFSM4JIWJDW2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEOCRWDI#issuecomment-595925773>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKY2DCGYSIC45TYU6B2GCVDRGFFWJANCNFSM4JIWJDWQ>
.
|
|
Thank you very much - I will try this on another machine.
Prosopopee is a really nice way to create digital memories (but I also try
to create a bit analog on paper ;-)). Is there any chance to include
controls for the videos? Play / Pause buttons? On mobile phones we have
controls, not on a desktop computer. This would be very helpful!
Am Sa., 7. März 2020 um 17:43 Uhr schrieb JocelynDelalande <
[email protected]>:
… Could you please tell me your installation steps?
python3 -m venv venv
source venv/bin/activate
pip install prosopopee
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#98?email_source=notifications&email_token=AKY2DCBXMHQ5AQWPHGRSAKTRGJ2ULA5CNFSM4JIWJDW2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEOD54QY#issuecomment-596106819>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKY2DCA3KEZP5KXJSHOJWP3RGJ2ULANCNFSM4JIWJDWQ>
.
|
@toasti2000 hi in version 0.9.1 i add the possibility to have controls on video |
Hello,
Thank you! In the meantime I just edited my local version and added
controls, disabled loops and Auto Play.
…On Mon, 23 Mar 2020, 11:02 Adrien Beudin, ***@***.***> wrote:
@toasti2000 <https://github.com/toasti2000> hi in version 0.9.1 i add the
possibility to have controls on video
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#98 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKY2DCFWNPUSC2ZODGKTB53RI4XS5ANCNFSM4JIWJDWQ>
.
|
@toasti2000 you can do PR if you want share with everyone your version |
Hello,
I just installed all packages and prosopopee as written in the documentation, but got this error messages when executing "prosopopee" or "prosopopee test":
Could you please help?
The "Themes" folder was empty, I downloaded the package and copied the themes manually into the folder.
Many thanks!
The text was updated successfully, but these errors were encountered: