Tagged Questions

1
vote
3answers
39 views

Visual Studio 2008 automatically add namespces like Eclipse

Does VS2008 have a feature akin to Eclipse's ability to automatically add import declarations for undefined namespaces?
0
votes
1answer
35 views

Why am I getting a little-endian error when importing .so file in python.

Im attempting to use a C++ extension for Python called PySndObj. and getting an error I have never seen and cannot find anything about on the web :( ImportError: /home/nhnifong/Sn …
0
votes
4answers
82 views

How do I make Python pick the correct module without manually modifying sys.path?

Hi, I have made some changes in a python module in my checked out copy of a repository, and need to test them. However, when I try to run a script that uses the module, it keeps …
0
votes
3answers
20 views

[VB.NET] Better Way of Getting the Text Value of Cells in an Excel (*.xls) File

I'm trying to write an import function for getting data out of an excel file. How I currently do it is as follows: Private Sub ReadExcel(ByVal childform As PhoneDiag.frmData, ByV …
3
votes
4answers
99 views

Python: importing through function to main namespace

(Important: See update below.) I'm trying to write a function, import_something, that will important certain modules. (It doesn't matter which for this question.) The thing is, I …
3
votes
1answer
156 views

Unimporting in Scala

I heard recently some advice to "unimport an implicit conversion from Predef" - I presume that this means it is possible to unimport unwanted classes too: import java.awt._ unimpo …
2
votes
1answer
40 views

Namespace-respecting relative import in Python

I have this folder structure: package/ __init__.py misc/ __init__.py tools.py subpackage/ __init__.py submodule.py I am in submodule. …
2
votes
3answers
31 views

How to import a .dmp file (Oracle) into MySql DB?

The .dmp is a dump of a table built in Oracle 10g (Express Edition) and one of the fields is of CLOB type. I was trying to simply export the table to xml/csv files then import it …
0
votes
1answer
25 views

*.dmp file import in Oracle

I need to import data from *.dmp file say mydump.dmp. What I'm doing is: imp myuser/mypass file=mydump.dmp log=mylog.log And I'm getting: only a DBA can import a file exporte …
1
vote
1answer
40 views

Export subtree in Git with history

I have a folder in my Git repository that I'd like to move out in to its own repository. Is it possible to move the history of that folder along with the folder? I've previously b …
0
votes
3answers
39 views

FasterCSV: columns into an array — rails

I'm trying to get fastercsv setup so that rather than parsing each row, it will place each column into an multi array. CSV import file: id, first name, last name, age 1, joe, smit …
0
votes
1answer
59 views

python package import fails

I've got a trac installation which works correctly from the command line. I deployed the trac.cgi to the proper directory, but when I open the page, I get: Trac detected an intern …
1
vote
1answer
11 views

MySQL LOAD DATA INFILE - Loading a file with no primary key

I was trying to load a data file into mysql table using "LOAD DATA LOCAL INFILE 'filename' INTO TABLE 'tablename'". The problem is the source data file contains data of every fie …
1
vote
2answers
37 views

css import from another server

it is possible to import the css file from another server? let's say i have my html on www.mysite.com can i import my css like this? <link href="www.anothersite.com/style.css" …
0
votes
1answer
41 views

Generate xml from csv data in conformance with given xsd schema

I have an xml schema and csv data to generate corresponding xml files. I found this, how to generate xml files from given CSV file. But with my schema, it's always the same mappin …

1 2 3 4 5 28 next
15 30 50 per page