Davide Alberani

Results 84 comments of Davide Alberani

hi @gabrielliberato , that would make a lot of sense. The "actor" / "actress" keys come from the sections found in the main page of a person (e.g. https://www.imdb.com/name/nm0000210/ )...

hi @jrabek , right now I can't reproduce it: the code works on my system. Can you look for errors on the PostgreSQL logs, while you import the data? Which...

Hi, at the moment I'm not sure how to reproduce it. I tried this: ``` #!/usr/bin/env python3 import imdb ia = imdb.IMDb(accessSystem='http', reraiseExceptions=True) movie = ia.get_movie('10048342') print(movie) print('IMDbPY version:', imdb.VERSION)...

I can confirm the error regarding https://github.com/alberanid/imdbpy/blob/master/imdb/__init__.py#L182 - fixed right now in the repository version (it should have been `imdb_logger` instead of `imdb._logging`).

makes sense, yes! I'll work on it later.

Cool, I'll try this solution asap!

Doesn't seem to work for me. Code in https://github.com/alberanid/imdbpy/tree/issue-75-sqlalchemy-optional-for-pip (I left the 'features' option, too) Commands: virtualenv -p python3 issue75 ./issue75/bin/pip3 install git+file:///path/to/imdbpy/local/git/repo --install-option="--without-sqlalchemy" Output: > /tmp/d/lib/python3.5/site-packages/pip/commands/install.py:194: UserWarning: Disabling all...

I see. The ideal solution is to have the dependency on by default. Not sure if it's possible using pip, then.

Internet brain, work for us: https://stackoverflow.com/questions/47494885/how-to-turn-off-a-feature-dependency-installing-a-package-with-pip (I really doubt it, but... ;))

as far as I can tell, there are 50 people listed in https://www.imdb.com/title/tt0088247/reference Who is missing? thanks for your report.