Re: [Imdbpy-help] Presentation and windows problem

2017-11-19 Thread Davide Alberani
On Sun, Nov 19, 2017 at 4:36 PM, Martín Torre Castro wrote: > > Installing from the gitHub clone did work perfectly. Great! I've also just release version 6.2, since the previous one contained some critical bugs. -- Davide Alberani [PGP KeyID: 0x3845A3D4AC9B61AD] http://www.mimante.net/ ---

Re: [Imdbpy-help] Presentation and windows problem

2017-11-19 Thread Martín Torre Castro
Installing from the gitHub clone did work perfectly. Thanks everyone El 18 nov. 2017 7:42 p. m., "Martín Torre Castro" < martin.torre.cas...@gmail.com> escribió: > The output is 6.0, all installed with pip. > > I'm uninstalling and downloading the latest version later following > instruction

Re: [Imdbpy-help] Presentation and windows problem

2017-11-18 Thread Davide Alberani
Hi Martin, Please clone the GitHub repository and install that version. I do not make a new release every time I introduce some fixes. Il 18 nov 2017 19:42, "Martín Torre Castro" ha scritto: > The output is 6.0, all installed with pip. > > I'm uninstalling and downloading the latest version lat

Re: [Imdbpy-help] Presentation and windows problem

2017-11-18 Thread Martín Torre Castro
The output is 6.0, all installed with pip. I'm uninstalling and downloading the latest version later following instructions on the web. I'm letting you know the result El 18 nov. 2017 9:57 a. m., "Davide Alberani" escribió: > On Thu, Nov 16, 2017 at 7:55 PM, Martín Torre Castro > wrote: > > >

Re: [Imdbpy-help] Presentation and windows problem

2017-11-18 Thread Davide Alberani
On Thu, Nov 16, 2017 at 7:55 PM, Martín Torre Castro wrote: > >> The above one should already be fixed in the repository >> version: >> https://github.com/alberanid/imdbpy >> > IMDbPY==6.0 > > I'm checking now. It says everything is 'already-up-to-date'. Hi Martin, this does not seem to be the l

Re: [Imdbpy-help] Presentation and windows problem

2017-11-17 Thread H. Turgut Uyar
Hi, Is it possible that pyinstaller doesn't handle the setup.py file and/or the MANIFEST.in file like the sdist command does? Those are the places where the cookies.json file is listed. Turgut On November 18, 2017 10:13:07 AM "H. Turgut Uyar" wrote: Hi, Is it possible that pyinstaller

Re: [Imdbpy-help] Presentation and windows problem

2017-11-16 Thread Martín Torre Castro
> > I'll try to build it on Windows, in the next days. > Can you tell me how you have set up the environment? > Which version of Python? > Which command you run to build the .exe? > Python 3.6.3 pyInstaller --onefile sample_get_info.py > > > > 2017-11-16 00:44:46,732 WARNING [imdbpy] C:\Program

Re: [Imdbpy-help] Presentation and windows problem

2017-11-16 Thread Davide Alberani
On Thu, Nov 16, 2017 at 1:07 AM, Madtyn wrote: > > I started using imdbPY and I was very happy with the low difficulty in > larning how to use this tool. Hi Martin, I'm glad IMDbPY is useful to you! > The problem came when I did want to make a Windows '.exe' file for > distributing it. I'll tr