Ir para conteúdo
  • Cadastre-se

Problemas Com Python No Centos


pedrohs

Posts Recomendados

Ola pessoal eu criar uma maquina virtual em casa para estudos mais não utilizo a parte gráfica utilizo o putty esta maquina se conecta ao roteador tudo certo já instalei php html mysql phpmyadmin nele tudo certo instalei um painel que controla o centos pela web soque alguns plugins dele pede o Python module PIL e o psutil e não sei como instalar eles eu já dei

yum install python

ele atualizo o que ja tinha instalado mais o painel continua pedindo esses módulos

Como posso instalar eles?

Link para o comentário
Compartilhar em outros sites

Amigo,

isso são módulos do python certo?

pode utilizar talvez o easy_install para fazer isso. =]

seria algo do tipo via ssh:

easy_install pil

easy_install psutil

tenta esses 2 comanos acima, mas você precisa do easy_install no servidor... se não tiver:

Acessa aqui http://pypi.python.org/pypi/setuptools#files e faça download do egg apropriado para sua versão do Python. se o Python for 2.4.3 o egg seria então setuptools-0.6c11-py2.4.egg pra instalar:

executa como um arquivo:

sh setuptools-0.6c11-py2.4.eg

pronto ele irá instalar, o bom é que agora poderá instalar diversos módulos a partir do easy_install

Abraços, espero ter ajudado um pouco =]

Link para o comentário
Compartilhar em outros sites

Amigo,

isso são módulos do python certo?

pode utilizar talvez o easy_install para fazer isso. =]

seria algo do tipo via ssh:

easy_install pil

easy_install psutil

tenta esses 2 comanos acima, mas você precisa do easy_install no servidor... se não tiver:

Acessa aqui http://pypi.python.o...etuptools#files e faça download do egg apropriado para sua versão do Python. se o Python for 2.4.3 o egg seria então setuptools-0.6c11-py2.4.egg pra instalar:

executa como um arquivo:

sh setuptools-0.6c11-py2.4.eg

pronto ele irá instalar, o bom é que agora poderá instalar diversos módulos a partir do easy_install

Abraços, espero ter ajudado um pouco =]

A

o tentar instalar o pil apareceu isso

Searching for pil

Reading http://pypi.python.org/simple/pil/

Reading http://www.pythonware.com/products/pil

Reading http://effbot.org/zone/pil-changes-115.htm

Reading http://effbot.org/downloads/#Imaging

Best match: PIL 1.1.7

Downloading http://effbot.org/media/downloads/PIL-1.1.7.tar.gz

Processing PIL-1.1.7.tar.gz

Running PIL-1.1.7/setup.py -q bdist_egg --dist-dir /tmp/easy_install-n3vGwT/PIL-1.1.7/egg-dist-tmp-KCGLPA

WARNING: '' not a valid package name; please use only.-separated package names in setup.py

WARNING: '' not a valid package name; please use only.-separated package names in setup.py

unable to execute gcc: No such file or directory

error: Setup script exited with error: command 'gcc' failed with exit status 1

Link para o comentário
Compartilhar em outros sites

Como nosso amigo Jaime explicou, sim parece ter faltado o compilador GCC, execute a instalação...

em seguida tente novamente pelo easy_install é o instalador prático e funcional de modulos python. até django ele instala easy_install django, enfim.

se por um acaso o easy_install não instalar (o que eu acho impossível de acontecer) tente via yum conforme nosso amigo Jaime citou.

Abração

Link para o comentário
Compartilhar em outros sites

Como nosso amigo Jaime explicou, sim parece ter faltado o compilador GCC, execute a instalação...

em seguida tente novamente pelo easy_install é o instalador prático e funcional de modulos python. até django ele instala easy_install django, enfim.

se por um acaso o easy_install não instalar (o que eu acho impossível de acontecer) tente via yum conforme nosso amigo Jaime citou.

Abração

digitei easy_install pil deu nisso:

_imaging.c:322: error: âNULLâ undeclared (first use in this function)

_imaging.c: In function âImagingError_ValueErrorâ:

_imaging.c:329: error: âPyExc_ValueErrorâ undeclared (first use in this function)

_imaging.c:332: error: âNULLâ undeclared (first use in this function)

_imaging.c: In function âImagingError_Clearâ:

_imaging.c:338: warning: implicit declaration of function âPyErr_Clearâ

_imaging.c: At top level:

_imaging.c:369: error: expected â)â before â*â token

_imaging.c:464: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:510: error: expected â)â before â*â token

_imaging.c:587: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:619: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:631: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:643: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:655: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:664: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:675: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:686: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:697: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:719: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:743: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:760: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:777: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:786: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:803: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:813: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:824: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:857: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:879: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:914: error: expected â)â before â*â token

_imaging.c:954: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:981: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:1054: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:1065: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:1075: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:1114: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:1191: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:1202: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:1339: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:1359: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:1394: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:1419: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:1448: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:1459: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:1479: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:1530: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:1568: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:1614: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:1689: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:1739: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:1765: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:1771: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:1783: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:1817: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:1845: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:1874: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:1885: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:1901: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:1922: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:1928: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:1939: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:1950: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:1961: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:1972: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:1983: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:2001: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:2019: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:2030: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:2041: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:2052: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:2063: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:2081: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c: In function â_font_deallocâ:

_imaging.c:2142: warning: implicit declaration of function âPy_XDECREFâ

_imaging.c:2142: error: âImagingFontObjectâ has no member named ârefâ

_imaging.c: In function âtextwidthâ:

_imaging.c:2152: error: âImagingFontObjectâ has no member named âglyphsâ

_imaging.c: At top level:

_imaging.c:2157: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:2205: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:2215: error: array type has incomplete element type

_imaging.c:2216: error: âPyCFunctionâ undeclared here (not in a function)

_imaging.c:2216: error: expected â}â before â_font_getmaskâ

_imaging.c:2217: error: expected â}â before â_font_getsizeâ

_imaging.c:2218: error: âNULLâ undeclared here (not in a function)

_imaging.c:2221: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:2229: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c: In function â_draw_deallocâ:

_imaging.c:2257: error: âImagingDrawObjectâ has no member named âimageâ

_imaging.c: At top level:

_imaging.c:2261: error: expected â)â before â*â token

_imaging.c:2263: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:2278: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:2298: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:2335: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:2353: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:2390: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:2406: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:2459: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:2474: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:2507: error: expected â)â before â*â token

_imaging.c:2509: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:2536: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:2554: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:2600: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:2637: error: array type has incomplete element type

_imaging.c:2640: error: expected â}â before â_draw_lineâ

_imaging.c:2641: error: expected â}â before â_draw_linesâ

_imaging.c:2643: error: expected â}â before â_draw_outlineâ

_imaging.c:2645: error: expected â}â before â_draw_polygonâ

_imaging.c:2646: error: expected â}â before â_draw_rectangleâ

_imaging.c:2647: error: expected â}â before â_draw_pointâ

_imaging.c:2648: error: expected â}â before â_draw_pointsâ

_imaging.c:2649: error: expected â}â before â_draw_arcâ

_imaging.c:2650: error: expected â}â before â_draw_bitmapâ

_imaging.c:2651: error: expected â}â before â_draw_chordâ

_imaging.c:2652: error: expected â}â before â_draw_ellipseâ

_imaging.c:2653: error: expected â}â before â_draw_piesliceâ

_imaging.c:2654: error: expected â}â before â_draw_inkâ

_imaging.c:2659: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:2668: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c: In function âpixel_access_deallocâ:

_imaging.c:2693: error: âPixelAccessObjectâ has no member named âimageâ

_imaging.c: At top level:

_imaging.c:2697: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:2708: error: expected declaration specifiers or â...â before âPyObjectâ

_imaging.c:2708: error: expected declaration specifiers or â...â before âPyObjectâ

_imaging.c: In function âpixel_access_setitemâ:

_imaging.c:2710: error: âPixelAccessObjectâ has no member named âimageâ

_imaging.c:2714: error: âPixelAccessObjectâ has no member named âreadonlyâ

_imaging.c:2719: warning: implicit declaration of function â_getxyâ

_imaging.c:2719: error: âxyâ undeclared (first use in this function)

_imaging.c:2723: error: âPyExc_IndexErrorâ undeclared (first use in this function)

_imaging.c:2727: error: âcolorâ undeclared (first use in this function)

_imaging.c:2730: warning: implicit declaration of function âgetinkâ

_imaging.c:2733: error: âPixelAccessObjectâ has no member named âimageâ

_imaging.c: At top level:

_imaging.c:2744: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:2763: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:2774: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:2791: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:2811: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:2846: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:2867: error: array type has incomplete element type

_imaging.c:2870: error: expected â}â before â_getpixelâ

_imaging.c:2871: error: expected â}â before â_putpixelâ

_imaging.c:2873: error: expected â}â before âpixel_access_newâ

_imaging.c:2876: error: expected â}â before â_convertâ

_imaging.c:2877: error: expected â}â before â_convert2â

_imaging.c:2878: error: expected â}â before â_convert_matrixâ

_imaging.c:2879: error: expected â}â before â_copyâ

_imaging.c:2880: error: expected â}â before â_copy2â

_imaging.c:2884: error: expected â}â before â_cropâ

_imaging.c:2885: error: expected â}â before â_expandâ

_imaging.c:2886: error: expected â}â before â_filterâ

_imaging.c:2887: error: expected â}â before â_histogramâ

_imaging.c:2889: error: expected â}â before â_modefilterâ

_imaging.c:2891: error: expected â}â before â_offsetâ

_imaging.c:2892: error: expected â}â before â_pasteâ

_imaging.c:2893: error: expected â}â before â_pointâ

_imaging.c:2894: error: expected â}â before â_point_transformâ

_imaging.c:2895: error: expected â}â before â_putdataâ

_imaging.c:2897: error: expected â}â before â_quantizeâ

_imaging.c:2900: error: expected â}â before â_rankfilterâ

_imaging.c:2902: error: expected â}â before â_resizeâ

_imaging.c:2903: error: expected â}â before â_rotateâ

_imaging.c:2904: error: expected â}â before â_stretchâ

_imaging.c:2905: error: expected â}â before â_transposeâ

_imaging.c:2906: error: expected â}â before â_transform2â

_imaging.c:2908: error: expected â}â before â_isblockâ

_imaging.c:2910: error: expected â}â before â_getbboxâ

_imaging.c:2911: error: expected â}â before â_getcolorsâ

_imaging.c:2912: error: expected â}â before â_getextremaâ

_imaging.c:2913: error: expected â}â before â_getprojectionâ

_imaging.c:2915: error: expected â}â before â_getbandâ

_imaging.c:2916: error: expected â}â before â_putbandâ

_imaging.c:2917: error: expected â}â before â_fillbandâ

_imaging.c:2919: error: expected â}â before âim_setmodeâ

_imaging.c:2921: error: expected â}â before â_getpaletteâ

_imaging.c:2922: error: expected â}â before â_putpaletteâ

_imaging.c:2923: error: expected â}â before â_putpalettealphaâ

_imaging.c:2927: error: expected â}â before â_chop_invertâ

_imaging.c:2928: error: expected â}â before â_chop_lighterâ

_imaging.c:2929: error: expected â}â before â_chop_darkerâ

_imaging.c:2930: error: expected â}â before â_chop_differenceâ

_imaging.c:2931: error: expected â}â before â_chop_multiplyâ

_imaging.c:2932: error: expected â}â before â_chop_screenâ

_imaging.c:2933: error: expected â}â before â_chop_addâ

_imaging.c:2934: error: expected â}â before â_chop_subtractâ

_imaging.c:2935: error: expected â}â before â_chop_add_moduloâ

_imaging.c:2936: error: expected â}â before â_chop_subtract_moduloâ

_imaging.c:2937: error: expected â}â before â_chop_andâ

_imaging.c:2938: error: expected â}â before â_chop_orâ

_imaging.c:2939: error: expected â}â before â_chop_xorâ

_imaging.c:2944: error: expected â}â before â_gaussian_blurâ

_imaging.c:2945: error: expected â}â before â_unsharp_maskâ

_imaging.c:2950: error: expected â}â before â_effect_spreadâ

_imaging.c:2954: error: expected â}â before â_new_arrayâ

_imaging.c:2955: error: expected â}â before â_new_blockâ

_imaging.c:2958: error: expected â}â before â_save_ppmâ

_imaging.c:2967: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c: In function âimage_lengthâ:

_imaging.c:2996: error: âImagingObjectâ has no member named âimageâ

_imaging.c: At top level:

_imaging.c:3001: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:3016: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âimage_as_sequenceâ

_imaging.c:3029: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âPyTypeObjectâ

_imaging.c:3050: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âPyTypeObjectâ

_imaging.c:3062: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âPyTypeObjectâ

_imaging.c:3076: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âpixel_access_as_mappingâ

_imaging.c:3084: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âPyTypeObjectâ

_imaging.c:3106: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:3107: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:3108: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:3109: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:3110: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:3111: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:3112: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:3113: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:3114: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:3115: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:3116: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:3117: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:3118: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:3119: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:3120: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:3123: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:3124: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:3125: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:3126: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:3127: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:3128: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:3129: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:3144: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:3147: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:3149: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:3150: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before â*â token

_imaging.c:3152: error: expected â=â, â,â, â;â, âasmâ or â__attribute__â before âfunctionsâ

_imaging.c:3250: warning: return type defaults to âintâ

_imaging.c: In function âDL_EXPORTâ:

_imaging.c:3250: error: expected declaration specifiers before âinit_imagingâ

_imaging.c:3281: error: expected â{â at end of input

error: Setup script exited with error: command 'gcc' failed with exit status 1

Link para o comentário
Compartilhar em outros sites

Visitante
Este tópico está impedido de receber novos posts.
  • Quem Está Navegando   0 membros estão online

    • Nenhum usuário registrado visualizando esta página.
×
×
  • Criar Novo...

Informação Importante

Concorda com os nossos termos?