Mint Install error

Archived topics about LMDE 1 and LMDE 2
Locked
magedx9

Mint Install error

Post by magedx9 »

Hi i did a recent sid update and mintinstall stopped working and i dont quite understand why here a print out of what its doing

/usr/lib/linuxmint/mintInstall/mintinstall.py:250: SyntaxWarning: import * only allowed at module level
def get_status_description(self, transaction):
/usr/lib/linuxmint/mintInstall/mintinstall.py:258: SyntaxWarning: import * only allowed at module level
def get_role_description(self, transaction):
add_categories took 2.218 ms
build_matched_packages took 0.502 ms
4230
add_packages took 1801.044 ms
add_reviews took 375.775 ms
Traceback (most recent call last):
File "/usr/lib/linuxmint/mintInstall/mintinstall.py", line 1540, in <module>
Application()
File "/usr/lib/linuxmint/mintInstall/mintinstall.py", line 38, in wrapper
res = func(*arg)
File "/usr/lib/linuxmint/mintInstall/mintinstall.py", line 473, in __init__
sans26 = ImageFont.truetype ( self.FONT, 26 )
File "/usr/lib/python2.6/dist-packages/PIL/ImageFont.py", line 218, in truetype
return FreeTypeFont(filename, size, index, encoding)
File "/usr/lib/python2.6/dist-packages/PIL/ImageFont.py", line 134, in __init__
self.font = core.getfont(file, size, index, encoding)
File "/usr/lib/python2.6/dist-packages/PIL/ImageFont.py", line 34, in __getattr__
raise ImportError("The _imagingft C module is not installed")
ImportError: The _imagingft C module is not installed
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
richyrich

Re: Mint Install error

Post by richyrich »

Well, something with Python and true type fonts . . . don't think mintInstall was ever tested with SID, Mint is based on Testing . . good luck.
tirvine

Re: Mint Install error

Post by tirvine »

I have the same problem, but as far as I know just using the testing repo. Just did a fresh install of Mint XFCE DE 64bit:
Ran full update using update manager (of levels 1-3, 19.00 GMT 09/07), default settings.
Installed Wine 1.3.24 using .deb binaries linked on winehq.
Installed nvidia drivers using sgfxi.
--> mintinstall does not run. Same error in terminal as magedx9. Tried reinstalling python-imaging and mintinstall to no avail.
AlbertP
Level 16
Level 16
Posts: 6701
Joined: Sun Jan 30, 2011 12:38 pm
Location: Utrecht, The Netherlands

Re: Mint Install error

Post by AlbertP »

Probably some new Python stuff from Sid has just hit Testing. I'm sure that the Mint team will notice this if they're not too busy with the new update packs.
Registered Linux User #528502
Image
Feel free to correct me if I'm trying to write in Spanish, French or German.
gorade
Level 2
Level 2
Posts: 77
Joined: Sat Feb 07, 2009 3:53 pm

Re: Mint Install error

Post by gorade »

Glad to see it is not only mee. It might have happened something with a recent update.

Code: Select all

gorade@hippocampus:~$ sudo mintinstall
[sudo] password for gorade: 
/usr/lib/linuxmint/mintInstall/mintinstall.py:250: SyntaxWarning: import * only allowed at module level
  def get_status_description(self, transaction):
/usr/lib/linuxmint/mintInstall/mintinstall.py:258: SyntaxWarning: import * only allowed at module level
  def get_role_description(self, transaction):
add_categories took 1.348 ms
build_matched_packages took 0.235 ms
8736
add_packages took 1932.467 ms
add_reviews took 451.556 ms
Traceback (most recent call last):
  File "/usr/lib/linuxmint/mintInstall/mintinstall.py", line 1540, in <module>
    Application()
  File "/usr/lib/linuxmint/mintInstall/mintinstall.py", line 38, in wrapper
    res = func(*arg)
  File "/usr/lib/linuxmint/mintInstall/mintinstall.py", line 473, in __init__
    sans26  =  ImageFont.truetype ( self.FONT, 26 )
  File "/usr/lib/python2.6/dist-packages/PIL/ImageFont.py", line 218, in truetype
    return FreeTypeFont(filename, size, index, encoding)
  File "/usr/lib/python2.6/dist-packages/PIL/ImageFont.py", line 134, in __init__
    self.font = core.getfont(file, size, index, encoding)
  File "/usr/lib/python2.6/dist-packages/PIL/ImageFont.py", line 34, in __getattr__
    raise ImportError("The _imagingft C module is not installed")
ImportError: The _imagingft C module is not installed
Overwriting reviews file in /root/.linuxmint/mintinstall/reviews.list
update_reviews took 278.831 ms
gorade@hippocampus:~$ 
I have tried to reload from backup, but I am not sure which file is wrong.
Locked

Return to “LMDE Archive”