Error: Locale not supported by C library
I'm using Eclipse and whenever I run the following import: "import graph_tool.draw as gt_draw" I get the following error in the console: "(process:4178): Gtk-WARNING **: Locale not supported by C library. Using the fallback 'C' locale." What's wrong please?
On 03/19/2014 10:00 AM, Hang Mang wrote:
I'm using Eclipse and whenever I run the following import: "importgraph_tool.draw asgt_draw" I get the following error in the console:
"(process:4178): Gtk-WARNING **: Locale not supported by C library.
Using the fallback 'C' locale."
What's wrong please?
This is not an error, it is just a warning. You may choose to ignore it. This has nothing to do with graph-tool; it just means that your system's locale is not properly configured. Best, Tiago -- Tiago de Paula Peixoto <tiago@skewed.de>
participants (2)
-
Hang Mang -
Tiago de Paula Peixoto