Sunday, July 1, 2012

Re: Upload a valid image. The file you uploaded was either not an image or a corrupted image.

Hi Thomos

I reinstalled almost everything and then simply install PIL and i get this

PIL 1.1.7 SETUP SUMMARY
    --------------------------------------------------------------------
    version       1.1.7
    platform      linux2 2.7.2+ (default, Oct  4 2011, 20:06:09)
                  [GCC 4.6.1]
    --------------------------------------------------------------------
    --- TKINTER support available
    --- JPEG support available
    --- ZLIB (PNG/ZIP) support available
    --- FREETYPE2 support available
    *** LITTLECMS support not available
    --------------------------------------------------------------------
    To add a missing option, make sure you have the required
    library, and set the corresponding ROOT variable in the
    setup.py script.
   
    To check the build, run the selftest.py script.
    changing mode of build/scripts-2.7/pilfont.py from 664 to 775
    changing mode of build/scripts-2.7/pilfile.py from 664 to 775
    changing mode of build/scripts-2.7/pilprint.py from 664 to 775
    changing mode of build/scripts-2.7/pildriver.py from 664 to 775
    changing mode of build/scripts-2.7/pilconvert.py from 664 to 775
   
    changing mode of /home/nikhil/Citysom/bin/pilfont.py to 775
    changing mode of /home/nikhil/Citysom/bin/pilfile.py to 775
    changing mode of /home/nikhil/Citysom/bin/pilprint.py to 775
    changing mode of /home/nikhil/Citysom/bin/pildriver.py to 775
    changing mode of /home/nikhil/Citysom/bin/pilconvert.py to 775
Successfully installed PIL
Cleaning up...

After i have this error
The _imaging C module is not installed




On Mon, Jul 2, 2012 at 1:20 AM, Thomas Orozco <g.orozco.thomas@gmail.com> wrote:

Did you get any error messages during the PIL instalation that indicated why jpeg support was unavailable? Specifically, which files could not be found?

Maybe you don't have the correct roots included?

I'm not sure Django (that's what you're using, using right?) would use pillow, especially when PIL is available too.

Le 1 juil. 2012 19:34, "Nikhil Verma" <varma.nikhil22@gmail.com> a écrit :

HI Thomos

I also installed pillow and now it shows th support but i am having the same error.

--------------------------------------------------------------------
    SETUP SUMMARY (Pillow 1.7.7 / PIL 1.1.7)
    --------------------------------------------------------------------
    version       1.7.7
    platform      linux2 2.7.2+ (default, Oct  4 2011, 20:06:09)
                  [GCC 4.6.1]
    --------------------------------------------------------------------
    *** TKINTER support not available (Tcl/Tk 8.5 libraries needed)
    --- JPEG support available
    --- ZLIB (PNG/ZIP) support available
    --- FREETYPE2 support available
    *** LITTLECMS support not available
    --------------------------------------------------------------------
    To add a missing option, make sure you have the required
    library, and set the corresponding ROOT variable in the
    setup.py script.
   
    To check the build, run the selftest.py script.
    changing mode of build/scripts-2.7/pilfont.py from 664 to 775
    changing mode of build/scripts-2.7/pilfile.py from 664 to 775
    changing mode of build/scripts-2.7/pilprint.py from 664 to 775
    changing mode of build/scripts-2.7/pildriver.py from 664 to 775
    changing mode of build/scripts-2.7/pilconvert.py from 664 to 775
   
    warning: no previously-included files found matching '.hgignore'
    warning: no previously-included files found matching '.hgtags'
    warning: no previously-included files found matching 'BUILDME.bat'
    warning: no previously-included files found matching 'make-manifest.py'
    warning: no previously-included files found matching 'SHIP'
    warning: no previously-included files found matching 'SHIP.bat'
    warning: no previously-included files matching '*' found under directory 'Tests'
    changing mode of /home/nikhil/Citysom/bin/pilfont.py to 775
    changing mode of /home/nikhil/Citysom/bin/pilfile.py to 775
    changing mode of /home/nikhil/Citysom/bin/pilprint.py to 775
    changing mode of /home/nikhil/Citysom/bin/pildriver.py to 775
    changing mode of /home/nikhil/Citysom/bin/pilconvert.py to 775
Successfully installed pillow
Cleaning up...
(Citysom)nikhil@nikhil-desktop:~/Citysom/citysom$ python manage.py runserver 8080


On Sun, Jul 1, 2012 at 10:37 PM, Nikhil Verma <varma.nikhil22@gmail.com> wrote:
Hi Thomos

As you said i reinstalled it and in my  virtualenv  i did

pip install -I pil 

It succesfully installed and i get this

--------------------------------------------------------------------
PIL 1.1.7 SETUP SUMMARY
--------------------------------------------------------------------
version 1.1.7
platform linux2 2.7.2+ (default, Oct 4 2011, 20:06:09)
[GCC 4.6.1]
--------------------------------------------------------------------
*** TKINTER support not available (Tcl/Tk 8.5 libraries needed)
*** JPEG support not available
*** ZLIB (PNG/ZIP) support not available
*** FREETYPE2 support not available
*** LITTLECMS support not available
--------------------------------------------------------------------
To add a missing option, make sure you have the required
library, and set the corresponding ROOT variable in the
setup.py script.

To check the build, run the selftest.py script.
changing mode of build/scripts-2.7/pilfont.py from 664 to 775
changing mode of build/scripts-2.7/pilfile.py from 664 to 775
changing mode of build/scripts-2.7/pilprint.py from 664 to 775
changing mode of build/scripts-2.7/pildriver.py from 664 to 775
changing mode of build/scripts-2.7/pilconvert.py from 664 to 775

Removing /home/nikhil/Citysom/lib/python2.7/site-packages/PIL/PIL-1.1.7-py2.7.egg-info
changing mode of /home/nikhil/Citysom/bin/pilfont.py to 775
changing mode of /home/nikhil/Citysom/bin/pilfile.py to 775
changing mode of /home/nikhil/Citysom/bin/pilprint.py to 775
changing mode of /home/nikhil/Citysom/bin/pildriver.py to 775
changing mode of /home/nikhil/Citysom/bin/pilconvert.py to 775
Successfully installed pil
Cleaning up...


and i can see that jpeg support is not available. what i need to install now ?

Thanks for help !!



On Sun, Jul 1, 2012 at 10:28 PM, Thomas Orozco <g.orozco.thomas@gmail.com> wrote:

Now that the required packages are installed, could you try removing PIL and reinstalling?

To remove PIL, find the installation directory and the egg and remove them from your system. Then, I reinstall using apt, easy install or pip. Don't forget to sudo.

Le 1 juil. 2012 18:38, "Nikhil Verma" <varma.nikhil22@gmail.com> a écrit :

HI Thomos

I tried this

nikhil@nikhil-desktop:~$ sudo apt-get install libjpeg libjpeg-dev libfreetype6-dev zlib1g-dev
Reading package lists... Done
Building dependency tree      
Reading state information... Done
Note, selecting 'libjpeg62-dev' instead of 'libjpeg-dev'
E: Unable to locate package libjpeg
nikhil@nikhil-desktop:~$ sudo apt-get install libjpeg-dev libfreetype6-dev zlib1g-dev
Reading package lists... Done
Building dependency tree      
Reading state information... Done
Note, selecting 'libjpeg62-dev' instead of 'libjpeg-dev'
zlib1g-dev is already the newest version.
zlib1g-dev set to manually installed.
libfreetype6-dev is already the newest version.
libfreetype6-dev set to manually installed.
The following packages were automatically installed and are no longer required:
  libopenraw1 libbabl-0.1-0 libgegl-0.2-0 libgimp2.0 gimp-data
Use 'apt-get autoremove' to remove them.
The following NEW packages will be installed:
  libjpeg62-dev
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 192 kB of archives.
After this operation, 500 kB of additional disk space will be used.
Do you want to continue [Y/n]? Y
Get:1 http://archive.ubuntu.com/ubuntu/ oneiric/main libjpeg62-dev amd64 6b1-1ubuntu2 [192 kB]
Fetched 192 kB in 3s (57.9 kB/s)       
Selecting previously deselected package libjpeg62-dev.
(Reading database ... 302567 files and directories currently installed.)
Unpacking libjpeg62-dev (from .../libjpeg62-dev_6b1-1ubuntu2_amd64.deb) ...
Setting up libjpeg62-dev (6b1-1ubuntu2) ...
nikhil@nikhil-desktop:~$


Still the same error.



On Sun, Jul 1, 2012 at 10:02 PM, Thomas Orozco <g.orozco.thomas@gmail.com> wrote:

Installing the packages through apt-get gave you the error?

Could you please post the full output of the apt-get command?

Le 1 juil. 2012 18:27, "Nikhil Verma" <varma.nikhil22@gmail.com> a écrit :

HI Thomos


I tried what you suggest and i recieved this.
sudo apt-get install libjpeg libjpeg-dev libfreetype6 libfreetype6-dev zlib1g-dev

Traceback (most recent call last):
File "/home/nikhil/Citysom/bin/easy_install", line 8, in <module>
load_entry_point('setuptools==0.6c11', 'console_scripts', 'easy_install')()
File "/home/nikhil/Citysom/local/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg/setuptools/command/easy_install.py", line 1712, in main
File "/home/nikhil/Citysom/local/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg/setuptools/command/easy_install.py", line 1700, in with_ei_usage
File "/home/nikhil/Citysom/local/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg/setuptools/command/easy_install.py", line 1716, in <lambda>
File "/usr/lib/python2.7/distutils/core.py", line 152, in setup
dist.run_commands()
File "/usr/lib/python2.7/distutils/dist.py", line 953, in run_commands
self.run_command(cmd)
File "/usr/lib/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
File "/home/nikhil/Citysom/local/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg/setuptools/command/easy_install.py", line 211, in run
File "/home/nikhil/Citysom/local/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg/setuptools/command/easy_install.py", line 434, in easy_install
File "/home/nikhil/Citysom/local/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg/setuptools/package_index.py", line 475, in fetch_distribution
AttributeError: 'NoneType' object has no attribute 'clone'


Thanks for help


 

On Sun, Jul 1, 2012 at 9:53 PM, Thomas Orozco <g.orozco.thomas@gmail.com> wrote:

Do you have jpeg support installed for PIL?

Le 1 juil. 2012 18:13, "Nikhil Verma" <varma.nikhil22@gmail.com> a écrit :

Hi All

I am trying to add jpeg image in a ImageField. and it gives this error . It is not allowing me to save the image.

I have installed PIL and image other utilities.

Upload a valid image. The file you uploaded was either not an image or a corrupted image.

Can anybody point what is missing ?

Thanks in advance


--
Regards
Nikhil Verma
+91-958-273-3156

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.



--
Regards
Nikhil Verma
+91-958-273-3156

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.



--
Regards
Nikhil Verma
+91-958-273-3156

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.



--
Regards
Nikhil Verma
+91-958-273-3156




--
Regards
Nikhil Verma
+91-958-273-3156

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.



--
Regards
Nikhil Verma
+91-958-273-3156

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment