Questions tagged as 'import'

0
answers

I can not import dragging file on Neo4j

Hello, I'm using Neo4j Desktop and am trying to import a script file by dragging and dropping into the 'Import' area of the Neo4j Browser. However, when you drag the file there, the mouse pointer continues with the lock symbol, as if you coul...
asked by 26.06.2018 / 14:16
0
answers

How to import pydensecrf.densecrf?

I'm getting the following error when I try to run the code: ImportError: No module named densecrf I'm using Jupyter Notebook 5.5.0 from Anaconda on Ubuntu 18.04 Does anyone know what it could be? I try to insert the pydensecrf...
asked by 20.06.2018 / 23:15
1
answer

Referencing scripts on different PHP pages

I have the following structure: | - / root | - / services | --- / registrations | - / view | --- dashboard.php | --- menu.php | --- / registrations | ---- / people | ----- Include_Personal.php | - / scripts | - menu.js Inside the da...
asked by 22.06.2018 / 14:35
0
answers

mPdf - Import another PDF together with your pages

In mPdf I need to know how to do with what the pages of another .PDF file that was imported are inserted into each page respectively. I can currently import, but all content / pages are within one. I want you to break the page. If I import...
asked by 20.01.2018 / 21:07
0
answers

How to use the chunk method of Laravel Excel?

public function uploadNotaCorte(Request $request, EstadoRepository $estadoRepository) { $error = array(); $path = $request->file('file')->getRealPath(); $notasCorte = Excel::load($path, function($reader) { })->...
asked by 22.12.2017 / 21:52
0
answers

Problem to stop import class from EditText

I'm trying to import the EditText class and I can not, what can it be? import android.content.Intent; import android.os.Bundle; import android.support.v7.app.AppCompatActivity; import android.view.View; import android.widget.EditText; import a...
asked by 17.11.2017 / 06:49
0
answers

Module requests are imported into IDLE, but not into Thonny (the IDE I use)

I installed the module requests through Terminal with sudo pip3 install requests (I'm using Mac) and I was able to import it through the interactive shell without problems in IDLE. But when I try to import through Thonny's interact...
asked by 07.10.2017 / 00:46