Questions tagged as 'biblioteca'

0
answers

I can not import my Python libraries (like PIL) from Eclipse's PyDev, what can it be?

Open a code in Eclipse's PyDev and it is giving error in the import line of the libraries! The error is: "Unresolved import: Image" What can it be?     
asked by 12.09.2015 / 22:08
2
answers

Libraries in python to check if a number is prime

Is there a library to determine whether the number is prime or the only way is to create the program and run it normally?     
asked by 23.12.2017 / 22:10
1
answer

References are not available in the final program

I'm validating some functions created in python, I have a code that creates some functions. When I run the program with the functions (test_client.py), I get run-time error. auth_utils.py: from hashlib import sha256 try: from urllib import...
asked by 19.02.2017 / 03:49
1
answer

Use of the library in different S.

Galera, have been developing some projects in C but at some point there was a need to use the library "Windows.h". So far so good, the problem is that I developed with Linux and I researched the library it is unique to Windows and obviously it i...
asked by 31.10.2018 / 03:34
1
answer

Create word file in PHP [duplicate]

I have a docx file, a contract template. In it, buyer data and other data are variable. The system in PHP needs to get information from the database and replace it in the docx template file. That is, keep the main structure and replace only a...
asked by 01.06.2018 / 01:39
1
answer

conio.h and time.h in cppdroid

Can you add libraries to cpp droid? I need to use these two libraries but the program does not identify the functions. If there is no way in cpp do you have any c compiller for android that supports?     
asked by 23.07.2017 / 17:11
1
answer

make an include of a library outside the libraries folder

How do I include a library that is not in my library folder in C ++? I know that the directive of #include with <> can make the include of the file that is not in the same folder, but if I have several folders with a libra...
asked by 11.05.2017 / 01:48
0
answers

Difference between extension and library in PHP

In PHP there are some extensions within the language, basically they are sets of classes. For example, PHAR is one of these extensions. Basically, my question is this: What's the difference of an extension to a library? Would it be corre...
asked by 08.12.2018 / 17:27
1
answer

Importing values from other codes into tkinter - python

Hello, I'm doing a great program and wanted to split the screens into other codes, I can already import the screens, but I need to get some values from other screens, but I can not do that. First screen: from tkinter import * import teste_i...
asked by 08.12.2018 / 16:59
3
answers

Error reading all the records of a .txt file in C

Can anyone tell me why this my code just returns the first record multiple times, instead of returning all the records? Function in the Code void listarDados(int quantidadeContatos) { char caracteres; FILE *arquivo = fopen("contat...
asked by 16.12.2018 / 18:09